Skip to content

Commit

Permalink
Add newline to output (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre de Siqueira authored Aug 29, 2022
1 parent 472a05a commit 9f84c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def main():
axes = plotting.create_layout(len(pipeline_process), plot_level)

image_name = os.path.basename(image_path)
print(f'Image {i+1}/{number_of_images} : {image_name}')
print(f'\nImage {i+1}/{number_of_images} : {image_name}')

image_rgb = imread(image_path)

Expand Down

0 comments on commit 9f84c32

Please sign in to comment.