Commit 075b9893 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra Committed by Pawel Szostek

fix bug preventing automatic flow from running

parent 34d1e2a3
......@@ -144,7 +144,6 @@ def main():
if is_set:
sth_chosen = True
getattr(kernel, function)()
sth_chosen = True
except Exception, unknown_error :
p.echo("Oooops! We've got an error. Here is the appropriate info:\n")
p.print_version()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment