aboutsummaryrefslogtreecommitdiffstats
path: root/run_exps.py
diff options
context:
space:
mode:
Diffstat (limited to 'run_exps.py')
-rwxr-xr-xrun_exps.py2
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