diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-04-02 10:36:36 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-04-02 10:38:36 -0400 |
commit | 0d8c9ba50f48f3c2afb571a878117eb2aa50a969 (patch) | |
tree | 6bf6f37464180d85200f91a62f38903c74b30714 /run_exps.py | |
parent | 4b75d2b98036195b78d339210ab8d7512d9f2164 (diff) |
Minor bug fixes from end-to-end testing.
Diffstat (limited to 'run_exps.py')
-rwxr-xr-x | run_exps.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
68 | r"(?P<ENTRY>[\w\-\/]+)" | 68 | r"(?P<ENTRY>[\w\-\/]+)" |
69 | r"\s*{\s*(?P<CONTENT>.*?)\s*?}$)|" | 69 | r"\s*{\s*(?P<CONTENT>.*?)\s*?}$)|" |
70 | r"(?P<SPIN>^" | 70 | r"(?P<SPIN>^" |
71 | r"(?:(?P<TYPE>[^\d\-]\w*?) )?\s*" | 71 | r"(?:(?P<TYPE>[^\d\-\s]\w*?) )?\s*" |
72 | r"(?P<ARGS>[\w\-_\d\. \=]+)\s*$)", | 72 | r"(?P<ARGS>[\w\-_\d\. \=]+)\s*$)", |
73 | re.S|re.I|re.M) | 73 | re.S|re.I|re.M) |
74 | 74 | ||