Changeset 24

Show
Ignore:
Timestamp:
05/21/08 12:24:45 (4 years ago)
Author:
piero
Message:

Really corected the option -L

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • biocomp.pscoils/trunk/scripts/pscoils

    r23 r24  
    1717if __name__=='__main__': 
    1818    try: 
    19        opts, args = getopt.getopt(sys.argv[1:], "f:p:w:W:l:L") 
     19       opts, args = getopt.getopt(sys.argv[1:], "f:p:w:W:l:L:") 
    2020    except: 
    2121       usage(sys.argv[0])