From f5095d1f23dc839f7e9d7c4b9b25fe6181ca8d24 Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Wed, 25 Sep 2024 16:06:24 +0200 Subject: [PATCH] rebase --- handle_imported_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 98b8ccd..7591648 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -209,8 +209,8 @@ if _ACTION == "join": pbar.update(1) pbar.close() - print("\r\n",end='',flush=True) - print(f"\rProcess finished with rc: {proc.returncode}",end='',flush=True) + print("\r\n",end='\n',flush=True) + print(f"\rProcess finished with rc: {proc.returncode}",end='\n',flush=True) # get the output status = 0