More on mac

This commit is contained in:
Adolfo Gómez García 2015-04-01 09:36:52 +02:00
parent 089f62e6f8
commit 8a17d5d017

View File

@ -184,6 +184,8 @@ if __name__ == "__main__":
time.sleep(3)
tools.unlinkFiles()
tools.execBeforeExit()
sys.exit(exitVal)
except Exception as e:
QtGui.QMessageBox.critical(None, 'Error', six.text_type(e), QtGui.QMessageBox.Ok)