Rename showGUI variable to blockGUI and added some comments in Config class
This commit is contained in:
+1
-1
@@ -195,7 +195,7 @@ def main(sysArgs=None):
|
||||
testMode = True
|
||||
|
||||
# Set Config Options
|
||||
CONFIG.showGUI = not testMode
|
||||
CONFIG.blockGUI = not testMode
|
||||
CONFIG.debugInfo = debugLevel < logging.INFO
|
||||
CONFIG.cmdOpen = cmdOpen
|
||||
|
||||
|
||||
Reference in New Issue
Block a user