1
0
Fork 0

Fix: archives (typo)

This commit is contained in:
Emmanuel Viennet 2023-03-17 17:07:03 +01:00
parent 8044a8c1e1
commit 60567671a0
2 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ class BaseArchiver(object):
archive_id = (
self.get_obj_dir(oid)
+ os.path.sep
+ "-".join(["{x:02d}" for x in time.localtime()[:6]])
+ "-".join([f"{x:02d}" for x in time.localtime()[:6]])
)
log(f"creating archive: {archive_id}")
try:

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.4.66"
SCOVERSION = "9.4.67"
SCONAME = "ScoDoc"