left some debug stuff in~

master
cynic 3 years ago
parent f602f062c4
commit 0565c0b9a4
  1. 1
      main.py

@ -11,7 +11,6 @@ f = open(sys.argv[1]).read()
def expand(file, path):
working_directory = pathlib.Path(path).parent.resolve()
print(working_directory)
tmp = file.replace("\\\n", "").split("\n")
defs = {}
for idx, i in enumerate(tmp):

Loading…
Cancel
Save