mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-07-29 07:03:47 +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
|