diff options
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 | ||