Skip to content

Commit

Permalink
skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Jan 1, 2025
1 parent 5d56975 commit df9fca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/dolma/core/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def process_single(
# double the update interval if the queue is full
update_interval *= 2

except Exception as exp: # pylint: disable=broad-except
except Exception as exp: # pylint: disable=broad-except
# handle any exception that might have occurred
msg = f"Failed to process {source_path} due to {exp.__class__.__name__}: {' '.join(exp.args)}"
if exp.__class__.__name__ == "IncompleteReadError":
Expand Down

0 comments on commit df9fca7

Please sign in to comment.