Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 19, 2024
1 parent bc4a41f commit 8350fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litdata/processing/data_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def _loop(self) -> None:
self._handle_data_chunk_recipe_end()

print(
"strange if statement:",
"strange if statement:",
bool(self.output_dir.url if self.output_dir.url else self.output_dir.path),
self.output_dir.url,
self.output_dir.path,
Expand Down

0 comments on commit 8350fc2

Please sign in to comment.