From 57c0090805ba10b277989772a20775976bc0bf2d Mon Sep 17 00:00:00 2001 From: Tom Donoghue Date: Wed, 5 Jun 2024 23:57:36 -0400 Subject: [PATCH] tweak sort extract printing --- convnwb/sorting/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convnwb/sorting/process.py b/convnwb/sorting/process.py index 074b9c7..5c9d94e 100644 --- a/convnwb/sorting/process.py +++ b/convnwb/sorting/process.py @@ -104,7 +104,7 @@ def process_combinato_data(channel, input_folder, polarity, user, units_folder, save_units(units, units_folder) if verbose: - print('Extracted channel \t{} - found {} clusters\t\t'.format(\ + print('Extracted channel {:20s} - found {:2d} clusters\t\t'.format(\ channel, len(units))) except: