integrated threadsafe status updates
This commit is contained in:
@ -145,6 +145,9 @@ DEBUG_ERROR = 1
|
||||
DEBUG_WARNING = 2
|
||||
DEBUG_INFO = 3
|
||||
|
||||
# Locking
|
||||
LOCK_EXT = ".lock"
|
||||
|
||||
# debug message functions
|
||||
def get_drt_imp_msg(base_class):
|
||||
return f"{base_class.__name__} may not be instantiated directly. " \
|
||||
|
Reference in New Issue
Block a user