1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00

codestyle fixes

This commit is contained in:
Pedro Rodrigues
2016-07-19 17:23:40 +01:00
parent 9c2c058ae5
commit 8f6bee9196
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ def main(args=sys.argv[1:], env=Environment(), custom_log_error=None):
except requests.TooManyRedirects:
exit_status = ExitStatus.ERROR_TOO_MANY_REDIRECTS
log_error('Too many redirects (--max-redirects=%s).',
parsed_args.max_redirects)
parsed_args.max_redirects)
except Exception as e:
# TODO: Further distinction between expected and unexpected errors.
msg = str(e)