This commit is contained in:
ladislav.dusa
2024-09-25 17:07:35 +02:00
parent e56a4b5242
commit 7ef38c4bfd

View File

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