mirror of
https://github.com/httpie/cli.git
synced 2025-01-10 00:28:12 +02:00
pep8
This commit is contained in:
parent
0b84180485
commit
2bf71af286
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user