mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -171,7 +171,7 @@ if _ACTION == "join":
|
||||
|
||||
print(myCmd)
|
||||
print(f"Joining {len(parts)} files...")
|
||||
proc = subprocess.Popen(myCmd,stdout=subprocess.PIPE,stderr=subprocess.STDOUT)
|
||||
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():
|
||||
# pbar.update(progress - pbar.n)
|
||||
@@ -188,7 +188,7 @@ if _ACTION == "join":
|
||||
|
||||
pbar.update(int(cur_stat) - position)
|
||||
position = int(cur_stat)
|
||||
#print(proc.poll())
|
||||
print(proc.poll() )
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user