Minor
This commit is contained in:
parent
348fcd2531
commit
1566ea788d
@ -25,7 +25,10 @@ log = logging.getLogger('Supervisor [{}]'.format(host))
|
||||
|
||||
|
||||
def run(expe, hostpid=host):
|
||||
database.update_experiment(expe, worker=hostpid, start_date=datetime.now())
|
||||
database.update_experiment(expe,
|
||||
worker=hostpid,
|
||||
status='running',
|
||||
start_date=datetime.now())
|
||||
|
||||
# Load protocol
|
||||
log.info('Load protocol {}'.format(expe.protocol))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user