Commit 47d59beb authored by Jim Fulton's avatar Jim Fulton

Fixed getope typo.

parent 6dbb83ed
......@@ -30,7 +30,7 @@ class P(Persistence.Persistent): pass
def main(args):
opts, args = getopt.getopt(args, 'zd:n:Ds:M')
opts, args = getopt.getopt(args, 'zd:n:Ds:L')
z=s=None
data=sys.argv[0]
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