mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -234,6 +234,7 @@ if _ACTION == "join":
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
d_print("Running commad")
|
d_print("Running commad")
|
||||||
|
os.chdir(_FULL_PATH)
|
||||||
#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:
|
||||||
|
|||||||
Reference in New Issue
Block a user