forked from ScoDoc/ScoDoc
Fix: archives (typo)
This commit is contained in:
parent
8044a8c1e1
commit
60567671a0
@ -224,7 +224,7 @@ class BaseArchiver(object):
|
|||||||
archive_id = (
|
archive_id = (
|
||||||
self.get_obj_dir(oid)
|
self.get_obj_dir(oid)
|
||||||
+ os.path.sep
|
+ 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}")
|
log(f"creating archive: {archive_id}")
|
||||||
try:
|
try:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.4.66"
|
SCOVERSION = "9.4.67"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user