From cfc4b60ea129ba3e799be78575f278ab4675d75d Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 16 Feb 2020 13:22:45 -0500 Subject: [PATCH] Oops, it was working the whole time; I was being dumb and feeding it the wrong input when testing. --- test/testlist.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testlist.py b/test/testlist.py index dd37695b..7033490d 100644 --- a/test/testlist.py +++ b/test/testlist.py @@ -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()