mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 19:25:34 +00:00

+ use instance keys to stop multiple instances of populate + move Populate error to a new file + misc
8 lines
161 B
Python
8 lines
161 B
Python
class PopulateCancelledError(Exception):
|
|
"""
|
|
Raised when the instance key of a looping function called
|
|
inside Populate is changed.
|
|
"""
|
|
|
|
pass
|