Oops, it was working the whole time; I was being dumb and feeding it the wrong input when testing.
This commit is contained in:
parent
27a701c371
commit
cfc4b60ea1
|
@ -109,7 +109,6 @@ def main():
|
||||||
match = r.match(line)
|
match = r.match(line)
|
||||||
if match is not None:
|
if match is not None:
|
||||||
casenames.append(match.group(1))
|
casenames.append(match.group(1))
|
||||||
print('*', casenames)
|
|
||||||
cmd.run(casenames)
|
cmd.run(casenames)
|
||||||
|
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in New Issue