Skip to content

Commit

Permalink
Removed bare exception
Browse files Browse the repository at this point in the history
  • Loading branch information
apop5 committed May 1, 2024
1 parent 8dae0a7 commit c7345de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def __init__(self):
c_int,
c_int,
]
except:
except Exception:
logging.warn(
"G[S]etFirmwareEnvironmentVariableW function doesn't seem to exist"
)
Expand Down

0 comments on commit c7345de

Please sign in to comment.