Changeset 389

Show
Ignore:
Timestamp:
06/24/08 14:45:50 (5 months ago)
Author:
bkaplan
Message:

nest2:end() tempdirs list stops growing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/nest2/__init__.py

    r385 r389  
    348348    for tempdir in tempdirs: 
    349349        os.system("rm -rf %s" %tempdir) 
     350        tempdirs.remove(tempdir) 
    350351 
    351352def run(simtime):