Show
Ignore:
Timestamp:
07/06/05 15:13:41 (19 years ago)
Author:
jerome
Message:

Added -d for debug mode

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/pdlanalyzer/analyzer.py

    r220 r226  
    135135        debug = 0 
    136136        minindex = 1 
    137         if sys.argv[1] == "--debug" : 
     137        if sys.argv[1] in ("-d", "--debug") : 
    138138            minindex = 2 
    139139            debug = 1