Skip to content

Commit

Permalink
Merge pull request #125 from YankoFelipe/main
Browse files Browse the repository at this point in the history
Saying where are the missing files in _reader.py
  • Loading branch information
MMathisLab authored Apr 27, 2024
2 parents 8bc1a4b + 6fb6228 commit afd79cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_deeplabcut/_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_folder_parser(path):
images = os.path.join(path, f"*{os.path.splitext(file)[1]}")
break
if not images:
raise OSError("No supported images were found.")
raise OSError(f"No supported images were found in {path}.")

layers.extend(read_images(images))
datafile = ""
Expand Down

0 comments on commit afd79cd

Please sign in to comment.