Ignore:
Timestamp:
06/12/13 11:14:57 (11 years ago)
Author:
jripsl
Message:

Timeout test impl.
Add timestamp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Monitoring/smon/repo_io.py

    r875 r876  
    300300        running_simulation=[] 
    301301 
    302         for s in retrieve_simulation(): 
     302        for s in retrieve_simulations(): 
    303303                if s.status=="running": 
    304304                        running_simulation.append(s) 
Note: See TracChangeset for help on using the changeset viewer.