bitwarden

This commit is contained in:
jaydee
2024-10-02 20:01:27 +02:00
parent 928e6fc39a
commit 279db7852b

View File

@@ -225,6 +225,7 @@ if _ACTION == "join":
] ]
if _TEST: if _TEST:
print(" ".join(myCmd)) print(" ".join(myCmd))
print(_FULL_PATH)
print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...".ljust(100)) print(f"Joining {len(parts)} files to {export_name} in {_DAY_DIR}...".ljust(100))
try: try:
os.remove(export_name) os.remove(export_name)