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