forked from M-Labs/artiq
1
0
Fork 0

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
1 changed files with 1 additions and 0 deletions

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()