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:
|
else:
|
||||||
credentials = parse_auth(self.args.auth)
|
credentials = parse_auth(self.args.auth)
|
||||||
|
|
||||||
if (not credentials.has_password()
|
if (not credentials.has_password() and
|
||||||
and plugin.prompt_password):
|
plugin.prompt_password):
|
||||||
if self.args.ignore_stdin:
|
if self.args.ignore_stdin:
|
||||||
# Non-tty stdin read by now
|
# Non-tty stdin read by now
|
||||||
self.error(
|
self.error(
|
||||||
|
Loading…
Reference in New Issue
Block a user