Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update auth.py
Browse files Browse the repository at this point in the history
shawaj authored Oct 16, 2024
1 parent b01ba5f commit 7a4a202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw_diag/utilities/auth.py
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ def read_password():
filter(AuthKeyValue.key == 'password_hash'). \
one()
except NoResultFound:
if PASSWORD_OVERRIDE != "false":
if PASSWORD_OVERRIDE != "false": # nosec
default_password = PASSWORD_OVERRIDE
logging.info("Using password from override env var!")
else:

0 comments on commit 7a4a202

Please sign in to comment.