Skip to content

Commit

Permalink
adjust rule
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 14, 2024
1 parent 8fbc1f4 commit c86d8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dandi_s3_log_parser/_log_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def find_all_known_operation_types(
leave=True,
):
operation_types_per_file = {
raw_log_line[:180].split(" ")[7]
raw_log_line[:250].split(" ")[7]
for buffered_text_reader in BufferedTextReader(file_path=raw_s3_log_file_path)
for raw_log_line in buffered_text_reader
}
Expand Down

0 comments on commit c86d8a7

Please sign in to comment.