Skip to content

Commit

Permalink
Fix typo in "occurred" (#1773)
Browse files Browse the repository at this point in the history
Co-authored-by: stegmuel <[email protected]>
  • Loading branch information
stegmuel and stegmuel authored Jan 7, 2025
1 parent 04bdd88 commit fffeab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightly/api/api_workflow_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def create_tag_from_filenames(
num_selected_samples = len(bitmask.to_indices())
if num_selected_samples != len(fnames_new_tag):
raise RuntimeError(
"An error occured when creating the new subset! "
"An error occurred when creating the new subset! "
f"Out of the {len(fnames_new_tag)} filenames you provided "
f"to create a new tag, only {num_selected_samples} have been "
"found on the server. "
Expand Down

0 comments on commit fffeab5

Please sign in to comment.