Changeset 13827
- Timestamp:
- 10/25/12 06:49:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/os/issmssh.py
r13826 r13827 40 40 subprocess.call('ssh -l %s %s "%s"' % (login,host,command),shell=True) 41 41 42 # The following code was added to fix: 43 # "IOError: [Errno 35] Resource temporarily unavailable" 44 # on the Mac when trying to display md after the solution. 45 # (from http://code.google.com/p/robotframework/issues/detail?id=995) 46 42 47 # Make FreeBSD use blocking I/O like other platforms 43 48 import sys
Note:
See TracChangeset
for help on using the changeset viewer.