Skip to content

Commit

Permalink
Closes #6
Browse files Browse the repository at this point in the history
This patch closes issue #6, thanks to @jwrn3 for identifying the issue and suggesting a simple fix.
  • Loading branch information
lazymutt committed Feb 7, 2018
1 parent f33b384 commit 27e72d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware_password_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ def main():
print "Existing hash: %s" % existing_keyfile_hash

except Exception as this_exception:
logger.warning("nvram failed on " + this_exception + " (value probably doesn't exist).")
logger.warning("nvram failed with " + str(this_exception) + " (fwpw probably not set).")

if existing_keyfile_hash == fwpw_managed_string:
if args.hash:
Expand Down

0 comments on commit 27e72d2

Please sign in to comment.