Changeset 56a3c29e in mainline
- Timestamp:
- 2023-11-13T07:53:49Z (11 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f6368c
- Parents:
- d33daf07
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
rd33daf07 r56a3c29e 79 79 for termemu in emus: 80 80 try: 81 subprocess.check_output('which ' + termemu, shell = True )81 subprocess.check_output('which ' + termemu, shell = True, stderr = subprocess.STDOUT) 82 82 return termemu 83 83 except:
Note:
See TracChangeset
for help on using the changeset viewer.