2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-01-06 09:03:34 +08:00

gui: do not crash if 'recompute all arguments' fails

This commit is contained in:
Sebastien Bourdeauducq 2016-05-05 00:53:12 +08:00
parent fa609283d5
commit 2eb67902e8

View File

@ -302,6 +302,7 @@ class _ExperimentDock(QtWidgets.QMdiSubWindow):
except:
logger.error("Could not recompute arguments of '%s'",
self.expurl, exc_info=True)
return
self.manager.initialize_submission_arguments(self.expurl, arginfo)
self.argeditor.deleteLater()