Skip to content

Commit

Permalink
bug-1873778: remove duplicate exception log for malformed sym files
Browse files Browse the repository at this point in the history
  • Loading branch information
relud committed Jan 16, 2024
1 parent 3cf6b6f commit 94a4d7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eliot/libsymbolic.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ def parse_sym_file(debug_filename, debug_id, data):
symbolic.SymCacheErrorBadDebugFile,
) as exc:
# Invalid symcache
LOGGER.exception("error with SYM file: %r %r", debug_filename, debug_id)
raise ParseSymFileError(
reason_code="sym_malformed",
msg=f"error with sym file {debug_filename!r} {debug_id!r}",
Expand Down

0 comments on commit 94a4d7c

Please sign in to comment.