gc.collect() NameError: name 'gc' is not defined #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
File "D:\tortoise-tts\tortoise\api.py", line 629, in tts
gc.collect()
NameError: name 'gc' is not defined
Knew I forgot to copy the file back over. Fixed in commit
77b39e59ac.