Skip to content

Commit f17f299

Browse files
committed
edit comment
1 parent 7774492 commit f17f299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

element_array_ephys/readers/kilosort_triggering.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def _update_module_status(self, updated_module_status={}):
310310
modules_status = json.load(f)
311311
modules_status = {**modules_status, **updated_module_status}
312312
else:
313-
# handle cases where hash is changed(different paramset) and trying to rerun same key
313+
# handle cases where hash is changed(different paramset) and trying to rerun processing
314314
# delete all files in kilosort output folder, all will be regenerated when kilosort is rerun
315315
# recreate /json_configs directory after all kilosort output files are deleted
316316
shutil.rmtree(self._ks_output_dir)
@@ -608,7 +608,7 @@ def _update_module_status(self, updated_module_status={}):
608608
modules_status = json.load(f)
609609
modules_status = {**modules_status, **updated_module_status}
610610
else:
611-
# handle cases where hash is changed(different paramset) and trying to rerun same key
611+
# handle cases where hash is changed(different paramset) and trying to rerun processing
612612
# delete all files in kilosort output folder, all will be regenerated when kilosort is rerun
613613
# recreate /json_configs directory after all kilosort output files are deleted
614614
shutil.rmtree(self._ks_output_dir)

0 commit comments

Comments
 (0)