mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
windows db fix
This commit is contained in:
parent
8ea1f4a751
commit
7a460de3c2
|
@ -775,7 +775,7 @@ class Up2k(object):
|
||||||
assert self.pp and self.mem_cur
|
assert self.pp and self.mem_cur
|
||||||
self.pp.msg = "a{} {}".format(self.pp.n, cdir)
|
self.pp.msg = "a{} {}".format(self.pp.n, cdir)
|
||||||
|
|
||||||
rd = cdir[len(top) + 1 :].strip("/")
|
rd = cdir[len(top) :].strip("/")
|
||||||
if WINDOWS:
|
if WINDOWS:
|
||||||
rd = rd.replace("\\", "/").strip("/")
|
rd = rd.replace("\\", "/").strip("/")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue