Skip to content

Commit

Permalink
gui: do not crash if 'recompute all arguments' fails
Browse files Browse the repository at this point in the history
sbourdeauducq committed May 4, 2016
1 parent fa60928 commit 2eb6790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions artiq/gui/experiments.py
Original file line number Diff line number Diff line change
@@ -302,6 +302,7 @@ async def _recompute_arguments_task(self):
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()

0 comments on commit 2eb6790

Please sign in to comment.