Attempting to forward agent w/o actual local agent raises TypeError #402
Labels
Comments
This works for us; we were triggering this issue by running exec_command('ssh host command') from a cronjob. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E.g. when running this integration test on Fabric where I stupidly neglected to set up an actual local agent first, we get:
This is the same as Fabric #642.
Presumably we can just check for the value being handed to the
select
call to ensure it's notNone
or whatnot, and raise some more useful exception (or, possibly, just emit a log warning, though since this only happens on explicit attempts to forward an agent, it not functioning should probably be considered a stop-worthy error.)The text was updated successfully, but these errors were encountered: