forked from M-Labs/artiq
1
0
Fork 0

gui/experiments: show status bar message on mass termination

This commit is contained in:
Sebastien Bourdeauducq 2015-12-01 18:26:01 +08:00
parent f73c967b3e
commit d39126d69e
1 changed files with 2 additions and 0 deletions

View File

@ -413,6 +413,8 @@ class ExperimentManager:
rid, exc_info=True)
def request_inst_term(self, expname):
self.status_bar.showMessage("Requesting termination of all instances "
"of '{}'".format(expname))
expinfo = self.explist[expname]
rids = []
for rid, desc in self.schedule.items():