fix loading project steps

This commit is contained in:
LeonOstrez
2023-09-30 21:36:22 +01:00
parent f5feb6274d
commit 0cec2a45bf
5 changed files with 49 additions and 22 deletions

View File

@@ -43,6 +43,7 @@ def get_custom_print(args):
if 'type' not in kwargs:
kwargs['type'] = 'verbose'
return
elif kwargs['type'] == MESSAGE_TYPE['local']:
local_print(*args, **kwargs)
return