File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
element_array_ephys/readers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def generate_modules_input_json(self):
182182 spikeGLX_data = True ,
183183 continuous_file = continuous_file .as_posix (),
184184 input_meta_path = input_meta_fullpath .as_posix (),
185- extracted_data_directory = self ._ks_output_dir .parent . as_posix (),
185+ extracted_data_directory = self ._ks_output_dir .as_posix (),
186186 kilosort_output_directory = self ._ks_output_dir .as_posix (),
187187 kilosort_output_tmp = self ._ks_output_dir .as_posix (),
188188 ks_make_copy = True ,
@@ -396,7 +396,7 @@ def generate_modules_input_json(self):
396396 npx_directory = self ._npx_input_dir .as_posix (),
397397 spikeGLX_data = False ,
398398 continuous_file = continuous_file .as_posix (),
399- extracted_data_directory = self ._ks_output_dir .parent . as_posix (),
399+ extracted_data_directory = self ._ks_output_dir .as_posix (),
400400 kilosort_output_directory = self ._ks_output_dir .as_posix (),
401401 kilosort_output_tmp = self ._ks_output_dir .as_posix (),
402402 ks_make_copy = True ,
You can’t perform that action at this time.
0 commit comments