mirror of
https://github.com/Steffo99/emblematic.git
synced 2024-11-23 07:14:18 +00:00
Properly end line when image is done
This commit is contained in:
parent
edf30a5529
commit
da1539fce9
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def basic(bg_file, icon_paths, icon_fill, output_dir, width, height, icon_shadow
|
|||
f"--export-height={height}",
|
||||
])
|
||||
|
||||
click.echo(output_png_path, nl=False)
|
||||
click.echo(output_png_path)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue