Skip to content

Commit

Permalink
Fix grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcenacp committed Dec 3, 2024
1 parent 55e965e commit a374fa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def execute_operations_in_beam(
num_shards = len(files)
if not num_shards:
raise ValueError(
f"Empty {record_set=}. No file found for filters={json.dumps(filters)}"
f"Empty {record_set=}. No files found for filters={json.dumps(filters)}"
)

# We don't know in advance the number of records per shards. So we just allocate the
Expand Down

0 comments on commit a374fa9

Please sign in to comment.