Skip to content

Commit

Permalink
Merge pull request #463 from niaid/polish-p2-version
Browse files Browse the repository at this point in the history
Move p2 version to 2.14.18
  • Loading branch information
philipmac authored Mar 13, 2024
2 parents 546c513 + 3b635a2 commit 31c613d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions em_workflows/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,7 @@ def list_files(input_dir: Path, exts: List[str], single_file: str = None) -> Lis
_files.extend(input_dir.glob(f"*.{ext}"))
if not _files:
raise RuntimeError(f"Input dir {input_dir} not contain anything to process.")
log("found files")
log(_files)
log(f"found {len(_files)} files")
return _files


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
python-dotenv
prefect==2.14.*
prefect==2.14.18
prefect_dask
dask-jobqueue
natsort
Expand Down

0 comments on commit 31c613d

Please sign in to comment.