mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
4271a6f4a0
+ 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
|