diff --git a/lib.py b/lib.py index fdf46fe..77bb835 100644 --- a/lib.py +++ b/lib.py @@ -124,6 +124,6 @@ def execute(program): # _execute(strand) except Exception as e: print("failed in", strand, "with", e) - _execute(strand, idspace, funcspace) + _execute(strand, idspace) #input()