aboutsummaryrefslogtreecommitdiffstats
path: root/gen_exps.py
diff options
context:
space:
mode:
Diffstat (limited to 'gen_exps.py')
-rwxr-xr-xgen_exps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_exps.py b/gen_exps.py
index b847661..65f50d8 100755
--- a/gen_exps.py
+++ b/gen_exps.py
@@ -59,7 +59,7 @@ def main():
59 if opts.list_gens or opts.described: 59 if opts.list_gens or opts.described:
60 return 0 60 return 0
61 61
62 params = filter(lambda x : re.match("\w+=\w+", x), args) 62 params = filter(lambda x : re.match("\w+=[\.\w]+", x), args)
63 63
64 # Ensure some generator is loaded 64 # Ensure some generator is loaded
65 args = list(set(args) - set(params)) 65 args = list(set(args) - set(params))