1
Fork 0
mirror of https://github.com/Steffo99/emblematic.git synced 2024-10-16 06:07:26 +00:00

Properly end line when image is done

This commit is contained in:
Steffo 2024-10-04 23:43:08 +02:00
parent edf30a5529
commit da1539fce9
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -141,7 +141,7 @@ def basic(bg_file, icon_paths, icon_fill, output_dir, width, height, icon_shadow
f"--export-height={height}", f"--export-height={height}",
]) ])
click.echo(output_png_path, nl=False) click.echo(output_png_path)
if __name__ == "__main__": if __name__ == "__main__":