Don't catch unexpected GuiConfig exceptions
This commit is contained in:
parent
066fe70dd5
commit
f545ada34a
@ -215,7 +215,7 @@ class ConfigurationGetter(object):
|
|||||||
if(self._config['noGui'] == False):
|
if(self._config['noGui'] == False):
|
||||||
for key, value in self._promptForMissingArguments().items():
|
for key, value in self._promptForMissingArguments().items():
|
||||||
self._config[key] = value
|
self._config[key] = value
|
||||||
except:
|
except GuiConfiguration.WindowClosed:
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user