From 506f4d6afa1fa17e7e50752fccc4a4f10e2fdc6d Mon Sep 17 00:00:00 2001 From: Robert Tice Date: Tue, 26 Mar 2019 09:38:24 -0400 Subject: [PATCH] Fixing lab io block regex to allow for blank input or blank output in a test case. --- infrastructure/container_payload/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/container_payload/run.py b/infrastructure/container_payload/run.py index dfe06c1..556f12f 100644 --- a/infrastructure/container_payload/run.py +++ b/infrastructure/container_payload/run.py @@ -26,7 +26,7 @@ CLI_FILE = "cli.txt" LAB_IO_FILE = "lab_io.txt" -LAB_IO_REGEX = re.compile("(in|out) (\d+): (.+)") +LAB_IO_REGEX = re.compile("(in|out) (\d+): (.*)") COMMON_ADC = """