Skip to content

Commit

Permalink
Merge pull request #729 from xanderslu/master_devel
Browse files Browse the repository at this point in the history
Fix [mstfwreset]: Bad output printed when mstfwreset on secure boot s…
  • Loading branch information
mataneli94 authored Feb 1, 2023
2 parents f86f834 + 6ad26f1 commit 4604f66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions small_utils/mstfwreset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2046,6 +2046,4 @@ def check_positive_float(val):
except Exception as e:
print("-E- %s." % str(e))
rc = 1
import traceback
traceback.print_exc()
sys.exit(rc)

0 comments on commit 4604f66

Please sign in to comment.