bitwarden

This commit is contained in:
jaydee
2024-10-02 20:28:31 +02:00
parent aef4cb9e21
commit 7f0d7a1e5b

View File

@@ -237,8 +237,8 @@ if _ACTION == "join":
os.chdir(_FULL_PATH) os.chdir(_FULL_PATH)
print(_FULL_PATH) print(_FULL_PATH)
print(os.getcwd()) print(os.getcwd())
#proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
proc = subprocess.Popen(myCmd,stderr=subprocess.STDOUT) #proc = subprocess.Popen(myCmd,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)