mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -126,7 +126,8 @@ if _ACTION == "flip":
|
||||
shutil.move(export_name, _FILE)
|
||||
|
||||
filedate.File(_FULL_PATH + _FILE).set(new_date)
|
||||
except:
|
||||
except ValueError as e:
|
||||
print(e)
|
||||
print(f"Failed to move {export_name}")
|
||||
if _ACTION == "join":
|
||||
for _DAY_DIR in _DAY_DIRS:
|
||||
|
||||
Reference in New Issue
Block a user