Skip to content

Commit b9fb872

Browse files
JaerongACBroz1
andauthored
Update element_array_ephys/ephys_report.py
Co-authored-by: Chris Brozdowski <CBrozdowski@yahoo.com>
1 parent 61c739f commit b9fb872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

element_array_ephys/ephys_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def make(self, key):
154154
def _make_save_dir(root_dir: pathlib.Path = None) -> pathlib.Path:
155155
if root_dir is None:
156156
root_dir = pathlib.Path().absolute()
157-
save_dir = root_dir / "temp"
157+
save_dir = root_dir / "temp_ephys_figures"
158158
save_dir.mkdir(parents=True, exist_ok=True)
159159
return save_dir
160160

0 commit comments

Comments
 (0)