Changeset 23 for biocomp.pscoils

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

Corrected an error. Option -L not activated before

Files:
1 modified

Legend:

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

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