Skip to content

Commit

Permalink
fix small error
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Aug 10, 2023
1 parent 604a8a3 commit da2968d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/scan_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ def raise_inner(msg: str) -> Never:

raise_inner("UNREACHABLE")

except RuntimeError as e:
except Exception as e: # noqa: BLE001
print(e, file=sys.stderr)
return None

0 comments on commit da2968d

Please sign in to comment.