Skip to content

Commit

Permalink
tweak sort extract printing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Jun 6, 2024
1 parent 559df96 commit 57c0090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convnwb/sorting/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 57c0090

Please sign in to comment.