Created
April 16, 2013 23:43
-
-
Save dcramer/5400606 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
| Exception in thread Thread-2: | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner | |
| self.run() | |
| File "/var/lib/jenkins/workspace/build/env/local/lib/python2.7/site-packages/paramiko/agent.py", line 116, in run | |
| self._communicate() | |
| File "/var/lib/jenkins/workspace/build/env/local/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