You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-28 00:33:48 +02:00
pep8
This commit is contained in:
@@ -254,8 +254,8 @@ class HTTPieArgumentParser(ArgumentParser):
|
||||
else:
|
||||
credentials = parse_auth(self.args.auth)
|
||||
|
||||
if (not credentials.has_password()
|
||||
and plugin.prompt_password):
|
||||
if (not credentials.has_password() and
|
||||
plugin.prompt_password):
|
||||
if self.args.ignore_stdin:
|
||||
# Non-tty stdin read by now
|
||||
self.error(
|
||||
|
||||
Reference in New Issue
Block a user