Consistent black formatting of all Path python files

This commit is contained in:
Markus Lampert
2022-02-28 21:06:16 -08:00
parent 8583894284
commit 934b0aaa07
93 changed files with 5216 additions and 3118 deletions

View File

@@ -32,10 +32,11 @@ else:
Processed = False
def Startup():
global Processed
if not Processed:
PathLog.debug('Initializing PathGui')
PathLog.debug("Initializing PathGui")
from PathScripts import PathAdaptiveGui
from PathScripts import PathArray
from PathScripts import PathComment
@@ -75,6 +76,7 @@ def Startup():
from PathScripts import PathToolLibraryManager
from PathScripts import PathUtilsGui
from PathScripts import PathVcarveGui
Processed = True
else:
PathLog.debug('Skipping PathGui initialisation')
PathLog.debug("Skipping PathGui initialisation")