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