- Timestamp:
- Apr 15, 2015, 4:42:51 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/reconfiguration/platforms/tsar_generic_iob/scripts/onerun.py
r974 r978 162 162 163 163 # 6. move simulation terminal output into the target config dir 164 os.rename("term0", os.path.join(outdir, "term")) 164 if os.path.lexists("term0"): 165 os.rename("term0", os.path.join(outdir, "term")) 165 166 166 167 # get command-line arguments
Note: See TracChangeset
for help on using the changeset viewer.