Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Oct 14, 2022
2 parents 336e164 + 36af2ed commit a26a584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow_calcium_imaging/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_prairieview_files(scan_key):
scan_key).fetch1("session_dir")

if not sess_dir.exists():
raise FileNotFoundError(f"Session direction not found ({sess_dir})")
raise FileNotFoundError(f"Session directory not found ({sess_dir})")

pv_filepaths = [fp.as_posix() for fp in sess_dir.glob("*.tif")]
if pv_filepaths:
Expand Down

0 comments on commit a26a584

Please sign in to comment.