Commit f945ce2b authored by Jim Fulton's avatar Jim Fulton

Fixed getope typo.

parent 6f7f22cf
...@@ -30,7 +30,7 @@ class P(Persistence.Persistent): pass ...@@ -30,7 +30,7 @@ class P(Persistence.Persistent): pass
def main(args): def main(args):
opts, args = getopt.getopt(args, 'zd:n:Ds:M') opts, args = getopt.getopt(args, 'zd:n:Ds:L')
z=s=None z=s=None
data=sys.argv[0] data=sys.argv[0]
nrep=5 nrep=5
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment