Skip to content

Commit

Permalink
fix(processing): output_dir.as_posix() for suite2p
Browse files Browse the repository at this point in the history
  • Loading branch information
ttngu207 authored Oct 18, 2024
1 parent 3e87bc1 commit a2492a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions element_calcium_imaging/imaging_no_curation.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ def make(self, key):
processed_dir = pathlib.Path(get_processed_root_data_dir())
output_dir = processed_dir / output_dir
output_dir.mkdir(parents=True, exist_ok=True)
output_dir = output_dir.as_posix()
else:
raise e

Expand Down

0 comments on commit a2492a8

Please sign in to comment.