Changeset 3268 for branches

Show
Ignore:
Timestamp:
01/26/12 21:06:52 (4 months ago)
Author:
erkn
Message:

value for --dir must not exist on disk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mcxtrace-1.0/src/mcrun2/main.py

    r3267 r3268  
    135135    add('-d', '--dir', 
    136136        metavar='DIR', type=str, 
    137         action='callback', callback=check_dir, 
     137        action='callback', callback=check_file(exist=False), 
    138138        help='put all data files in directory DIR') 
    139139