Created
June 10, 2013 23:39
-
-
Save dcramer/5753418 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner | |
self.run() | |
File "/var/lib/jenkins/workspace/tests-and-coverage/env/lib/python2.7/site-packages/paramiko/agent.py", line 116, in run | |
self._communicate() | |
File "/var/lib/jenkins/workspace/tests-and-coverage/env/lib/python2.7/site-packages/paramiko/agent.py", line 126, in _communicate | |
events = select([self._agent._conn, self.__inr], [], [], 0.5) | |
TypeError: argument must be an int, or have a fileno() method. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment