Skip to content
Snippets Groups Projects
Commit da711211 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[experiments] Fix experiment schedule() call to set status

parent edf87c0a
No related branches found
No related tags found
1 merge request!194Scheduler
......@@ -786,6 +786,9 @@ class Experiment(Shareable):
for b in self.blocks.all(): b._schedule()
self.status = Experiment.SCHEDULED
self.save()
@transaction.atomic
def cancel(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment