This commit is contained in:
ladislav.dusa
2024-09-25 18:07:30 +02:00
parent c9849ecc6e
commit 32b364b6f5

View File

@@ -184,6 +184,10 @@ if _ACTION == "join":
#print(myCmd)
print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...")
try:
os.remove(export_name)
except:
pass
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
# with tqdm(total=100, position=1, desc="Convert") as pbar:
# for progress in ff.run_command_with_progress():