Changeset 3245

Show
Ignore:
Timestamp:
01/12/12 13:47:27 (4 months ago)
Author:
jos
Message:

Better explanation in comment (minor)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/mcrun2/mcstas.py

    r3241 r3245  
    4343        ''' Run external process with args ''' 
    4444 
    45         # Unsafe to use [] as default (reference) 
     45        # Unsafe to use [] as default (pass by reference) 
    4646        if args is None: 
    4747            args = []