windows db fix

This commit is contained in:
ed 2022-08-15 18:01:28 +02:00
parent 8ea1f4a751
commit 7a460de3c2

View file

@ -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("/")