Skip to content

Commit

Permalink
STY: format print style
Browse files Browse the repository at this point in the history
  • Loading branch information
jungheejung committed Sep 19, 2024
1 parent dd101fb commit 0bfcbf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spacetop_prep/datalad/identify_shorterTR.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ def check_dcmmeta_shape(file_path, task_run_combination):

# After processing all files, print the results
if shorter_files:
print("Files with shorter dcmmeta_shape:\n")
print("\nFiles with shorter dcmmeta_shape:")
for file in shorter_files:
print(file)

if longer_files:
print("Files with longer dcmmeta_shape:\n")
print("\nFiles with longer dcmmeta_shape:")
for file in longer_files:
print(file)

Expand Down

0 comments on commit 0bfcbf0

Please sign in to comment.