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
|
||||
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("/")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user