mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -93,7 +93,9 @@ if os.path.exists(_FULL_PATH):
|
||||
print(myCmd)
|
||||
print(os.getcwd())
|
||||
status, output = subprocess.getstatusoutput(myCmd)
|
||||
print(output)
|
||||
#print(output)
|
||||
print(status)
|
||||
if status == 0:
|
||||
print("Moving...")
|
||||
for p in parts:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user