Skip to content

Commit

Permalink
Fix the error name
Browse files Browse the repository at this point in the history
Signed-off-by: Paweł Renc <prenc@mgh.harvard.edu>
  • Loading branch information
prenc committed Jul 26, 2024
1 parent 4781075 commit 53fcdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MEDS_transforms/extract/merge_to_MEDS_cohort.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def merge_subdirs_and_sort(
... merge_subdirs_and_sort(sp_dir, event_subsets=[], unique_by=None)
Traceback (most recent call last):
...
FileNotFoundError: No files found in ...
FileNotFoundError: No parquet files found in ...
>>> with TemporaryDirectory() as tmpdir:
... sp_dir = Path(tmpdir)
... (sp_dir / "subdir1").mkdir()
Expand Down

0 comments on commit 53fcdd8

Please sign in to comment.