From 8526ef9368eeffbd5cb70d8f4db15486cb7b7770 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 19 Nov 2023 11:35:13 +0000 Subject: [PATCH] srch-dbg: handle jumpvols correctly --- copyparty/u2idx.py | 1 + 1 file changed, 1 insertion(+) diff --git a/copyparty/u2idx.py b/copyparty/u2idx.py index e7dfc0b4..04cd7f79 100644 --- a/copyparty/u2idx.py +++ b/copyparty/u2idx.py @@ -387,6 +387,7 @@ class U2idx(object): zs = vjoin(vtop, rp) chk_vn, _ = self.asrv.vfs.get(zs, LEELOO_DALLAS, True, False) + chk_vn = chk_vn.dbv or chk_vn if chk_vn.vpath != vtop: raise Exception( "database inconsistency! in volume '/%s' (%s), found file [%s] which belongs to volume '/%s' (%s)"