Skip to content

Commit

Permalink
error debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Jul 15, 2024
1 parent 2346b76 commit ea5021c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dandi_s3_log_parser/_s3_log_line_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ def _append_reduced_log_line(
raw_line=raw_line,
)

if full_log_line is None:
return None

# Various early skip conditions
if full_log_line.bucket != bucket:
return None
Expand Down

0 comments on commit ea5021c

Please sign in to comment.