I am trying to run a flow in `python3.5` which is ...
# ask-metaflow
e
I am trying to run a flow in
python3.5
which is failing and i cant figure out why. My flow
show
is attached. I reach the end of the
run_subsystem_with_bag
step, seeing the final debug printout i used of
Copy code
...
print("Jumping to the end step")
self.next(self.end)
This seems to be an actual bug ? or am i missing something obvious? Moreover, is this the best place to share something like this?
1