Skip to content

Commit

Permalink
bugfix - path search for catgt output
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen committed Sep 2, 2022
1 parent 35da39b commit c33d1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion element_array_ephys/readers/kilosort_triggering.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def _get_raw_data_filepaths(self):
session_str, gate_str, _, probe_str = self.parse_input_filename()

if self._CatGT_finished:
catGT_dest = self._ks_output_dir.parent
catGT_dest = self._ks_output_dir
run_str = session_str + '_g' + gate_str
run_folder = 'catgt_' + run_str
prb_folder = run_str + '_imec' + probe_str
Expand Down

0 comments on commit c33d1b0

Please sign in to comment.