From 0d8c9ba50f48f3c2afb571a878117eb2aa50a969 Mon Sep 17 00:00:00 2001 From: Jonathan Herman Date: Tue, 2 Apr 2013 10:36:36 -0400 Subject: Minor bug fixes from end-to-end testing. --- run_exps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_exps.py') diff --git a/run_exps.py b/run_exps.py index 4a2d8ab..dd75999 100755 --- a/run_exps.py +++ b/run_exps.py @@ -68,7 +68,7 @@ def convert_data(data): r"(?P[\w\-\/]+)" r"\s*{\s*(?P.*?)\s*?}$)|" r"(?P^" - r"(?:(?P[^\d\-]\w*?) )?\s*" + r"(?:(?P[^\d\-\s]\w*?) )?\s*" r"(?P[\w\-_\d\. \=]+)\s*$)", re.S|re.I|re.M) -- cgit v1.2.2