Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Raineri <[email protected]>
  • Loading branch information
mraineri committed Jun 7, 2024
1 parent 64bc42a commit d12ae5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rf_logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
try:
from signal import signal, SIGPIPE, SIG_DFL
signal(SIGPIPE, SIG_DFL)
except:
except Exception:
# Windows does not support SIGPIPE; no need to modify the handling
pass
redfish_utilities.print_log_entries(log_entries, args.details)
Expand Down

0 comments on commit d12ae5a

Please sign in to comment.