From 3d4b160bd09753769cdd51c7fdf15cd3c60d2bf4 Mon Sep 17 00:00:00 2001 From: Robert Tice Date: Mon, 1 Jul 2019 13:36:24 -0400 Subject: [PATCH] Modifying lab io regex to allow for no space between lab identifier and argument string. --- 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 e5cb3cc..5f6a398 100644 --- a/infrastructure/container_payload/run.py +++ b/infrastructure/container_payload/run.py @@ -27,7 +27,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 = """