Update test_my_prompt_custom_script.py

Removed a comment that questioned the functionality of a new code logic, since it was already tested and determined that it worked.
This commit is contained in:
Smirking Kitsune
2024-05-21 17:15:31 -07:00
committed by GitHub
parent 88bcbb8ae7
commit 7298733ec4

View File

@@ -73,7 +73,7 @@ class Script(scripts.Script):
continue
# Check for stopping_generation
if state.stopping_generation: # Unsure if this works,
if state.stopping_generation:
print("Stopping generation as requested.")
break