Skip to content

Commit

Permalink
silly error
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Oct 24, 2024
1 parent 4f0ab10 commit a4de365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classifiers/src/dolma_classifiers/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def writer_worker(

if element.source not in writers:
destination_path = source_destination_mapping[element.source]
writers[destination_path] = stack.enter_context(
writers[element.source] = stack.enter_context(
smart_open.open(destination_path, "wt", encoding="utf-8")
)
console_logger.info(f"Opened {destination_path} for writing")
Expand Down

0 comments on commit a4de365

Please sign in to comment.