mirror of https://github.com/m-labs/artiq.git
gui: do not crash if 'recompute all arguments' fails
This commit is contained in:
parent
fa609283d5
commit
2eb67902e8
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue