Changeset 13827


Ignore:
Timestamp:
10/25/12 06:49:37 (12 years ago)
Author:
jschierm
Message:

CHG: Added comments for bug fix [13826].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/os/issmssh.py

    r13826 r13827  
    4040                                subprocess.call('ssh -l %s %s "%s"' % (login,host,command),shell=True)
    4141
     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
    4247        # Make FreeBSD use blocking I/O like other platforms
    4348        import sys
Note: See TracChangeset for help on using the changeset viewer.