- added a try-except clause in the FlatCAMTranslation.restart_program() when closing the Listener and the thread that runs it to adjust to MacOS usage

This commit is contained in:
Marius Stanciu
2020-04-29 07:37:33 +03:00
committed by Marius
parent 907e4bc6d9
commit e1bc55a090
4 changed files with 34 additions and 16 deletions

View File

@@ -87,4 +87,4 @@ if __name__ == '__main__':
fc = App()
# sys.exit(app.exec_())
app.exec_()
app.exec_()