diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-02-21 18:32:24 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-02-21 18:32:24 -0500 |
commit | 6e2b99a0870e467e35c8b4b95aeb1e665dded413 (patch) | |
tree | 1e4b4d000c6b53b93a35b5446dc774d4799c987c /run_exps.py | |
parent | 9bcbb4048cd82ea11ed469731eae95d808b99449 (diff) |
Many bugfixes motivated by some 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 84e2b4c..195d3f8 100755 --- a/run_exps.py +++ b/run_exps.py | |||
@@ -50,7 +50,7 @@ def convert_data(data): | |||
50 | r"(?P<ENTRY>[\w\-\/]+)" | 50 | r"(?P<ENTRY>[\w\-\/]+)" |
51 | r"\s*{\s*(?P<CONTENT>.*?)\s*?}$)|" | 51 | r"\s*{\s*(?P<CONTENT>.*?)\s*?}$)|" |
52 | r"(?P<SPIN>^" | 52 | r"(?P<SPIN>^" |
53 | r"(?:(?P<TYPE>\w+) )?\s*" | 53 | r"(?:(?P<TYPE>[^\d\-]\w*?) )?\s*" |
54 | r"(?P<ARGS>[\w\-_\d\. \=]+)\s*$)", | 54 | r"(?P<ARGS>[\w\-_\d\. \=]+)\s*$)", |
55 | re.S|re.I|re.M) | 55 | re.S|re.I|re.M) |
56 | 56 | ||