Rename showGUI variable to blockGUI and added some comments in Config class
This commit is contained in:
+1
-1
@@ -160,7 +160,7 @@ def exceptionHandler(exType, exValue, exTrace, testMode=False):
|
||||
|
||||
errMsg = NWErrorMessage(nwGUI)
|
||||
errMsg.setMessage(exType, exValue, exTrace)
|
||||
if nw.CONFIG.showGUI:
|
||||
if nw.CONFIG.blockGUI:
|
||||
errMsg.exec_()
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user