Oops, it was working the whole time; I was being dumb and feeding it the wrong input when testing.

This commit is contained in:
Pietro Gagliardi 2020-02-16 13:22:45 -05:00
parent 27a701c371
commit cfc4b60ea1
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ def main():
match = r.match(line)
if match is not None:
casenames.append(match.group(1))
print('*', casenames)
cmd.run(casenames)
main()