mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-11 12:46:37 +08:00
gui/experiment: fix recompute argument error handling
This commit is contained in:
parent
0808db6b40
commit
08549bc3c5
@ -113,6 +113,7 @@ class _ArgumentEditor(QtWidgets.QTreeWidget):
|
||||
except:
|
||||
logger.error("Could not recompute argument '%s' of '%s'",
|
||||
name, self.expurl, exc_info=True)
|
||||
return
|
||||
argument = self.manager.get_submission_arguments(self.expurl)[name]
|
||||
|
||||
procdesc = arginfo[name][0]
|
||||
|
Loading…
Reference in New Issue
Block a user