mirror of
https://github.com/9001/copyparty.git
synced 2026-09-24 13:40:17 +01:00
r
This commit is contained in:
@@ -4174,7 +4174,7 @@ class HttpCli(object):
|
||||
atomic_move(self.log, fp, os.path.join(dp, mfile2), vfs.flags)
|
||||
nmax = dbv.flags["md_nhist"]
|
||||
if nmax:
|
||||
zs = "%s\.[0-9]+\.[0-9]{3}\.%s"
|
||||
zs = r"%s\.[0-9]+\.[0-9]{3}\.%s"
|
||||
ptn = re.compile(zs % (re.escape(fname), re.escape(fext)))
|
||||
zsl = [x for x in os.listdir(dp) if ptn.match(x)]
|
||||
zsl.sort(reverse=True)
|
||||
|
||||
Reference in New Issue
Block a user