mirror of
https://github.com/9001/copyparty.git
synced 2026-08-13 13:53:06 -06:00
r
This commit is contained in:
parent
56b6db0875
commit
7b21e9f9ce
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue