tidy up some stuff i forgot in the last commit

master
cynic 3 years ago
parent 6cd6aeb54f
commit 32030b20ca
  1. 2
      lib.py

@ -124,6 +124,6 @@ def execute(program):
# _execute(strand) # _execute(strand)
except Exception as e: except Exception as e:
print("failed in", strand, "with", e) print("failed in", strand, "with", e)
_execute(strand, idspace, funcspace) _execute(strand, idspace)
#input() #input()

Loading…
Cancel
Save