bitwarden

This commit is contained in:
jaydee
2024-09-25 13:55:26 +02:00
parent dc45b7d5b6
commit a3672e6e10

View File

@@ -212,6 +212,7 @@ if _ACTION == "join":
print(f"Process finished with rc: {proc.returncode}") print(f"Process finished with rc: {proc.returncode}")
# get the output # get the output
status = 0 status = 0
print("\n")
if status == 0: if status == 0:
print("Moving...") print("Moving...")
for p in parts: for p in parts: