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):
182
182
spikeGLX_data = True ,
183
183
continuous_file = continuous_file .as_posix (),
184
184
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 (),
186
186
kilosort_output_directory = self ._ks_output_dir .as_posix (),
187
187
kilosort_output_tmp = self ._ks_output_dir .as_posix (),
188
188
ks_make_copy = True ,
@@ -396,7 +396,7 @@ def generate_modules_input_json(self):
396
396
npx_directory = self ._npx_input_dir .as_posix (),
397
397
spikeGLX_data = False ,
398
398
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 (),
400
400
kilosort_output_directory = self ._ks_output_dir .as_posix (),
401
401
kilosort_output_tmp = self ._ks_output_dir .as_posix (),
402
402
ks_make_copy = True ,
You can’t perform that action at this time.
0 commit comments