mirror of
https://github.com/9001/copyparty.git
synced 2026-03-15 20:53:06 +10:00
windows db fix
This commit is contained in:
@@ -775,7 +775,7 @@ class Up2k(object):
|
||||
assert self.pp and self.mem_cur
|
||||
self.pp.msg = "a{} {}".format(self.pp.n, cdir)
|
||||
|
||||
rd = cdir[len(top) + 1 :].strip("/")
|
||||
rd = cdir[len(top) :].strip("/")
|
||||
if WINDOWS:
|
||||
rd = rd.replace("\\", "/").strip("/")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user