mwilliamson / spur.py

Run commands and manipulate files locally or over SSH using the same interface
BSD 2-Clause "Simplified" License
267 stars 37 forks source link

Fixed error in ssh.MinimalShellType #22

Closed viotti closed 9 years ago

viotti commented 9 years ago

The "_unsupported_argument_error" method was raising the UnsupportedArgumentError exception, instead of returning it to "generate_run_command".

mwilliamson commented 9 years ago

Thanks for the pull request. Just to check: was this causing actual issues in any cases?

viotti commented 9 years ago

You're welcome. No issues other than an extra line on the stacktrace ;)

mwilliamson commented 9 years ago

Great, I'll merge it in. Thanks again!