Changeset 3266 for branches

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

format option needs a parameter

Files:
1 modified

Legend:

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

    r3264 r3266  
    9494 
    9595        # Handle proxy options, pass through 
    96         proxy_opts_val = ['seed', 'ncount', 'dir', 'file'] 
     96        proxy_opts_val = ['seed', 'ncount', 'dir', 'file', 'format'] 
    9797        proxy_opts_flags = ['trace', 'gravitation', 'data-only', 
    98                             'no-output-files', 'info', 'format'] 
     98                            'no-output-files', 'info'] 
    9999 
    100100        for opt in proxy_opts_val: