gui/experiment: fix recompute argument error handling

This commit is contained in:
Sebastien Bourdeauducq 2016-04-02 23:03:06 +08:00
parent a563a00bc2
commit 667aca8a1c
1 changed files with 1 additions and 0 deletions

View File

@ -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]