Skip to content
Snippets Groups Projects
Commit 4bd6e15d authored by David Verelst's avatar David Verelst
Browse files

this is embaressing, but by developing on the laptop repo and then pushing to...

this is embaressing, but by developing on the laptop repo and then pushing to the remote, and only then pulling from the cluster, this kind of too verbose work flows are created...
parent 07df91d2
No related branches found
No related tags found
No related merge requests found
......@@ -449,7 +449,7 @@ class Scheduler:
time.sleep(self.tsleep)
# stop when we handled all the files
if ii+1 >= ii_max:
if ii >= ii_max:
break
def launch_deps(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