mirror of
https://github.com/9001/copyparty.git
synced 2026-03-24 00:53:23 +10:00
update deps + misc
This commit is contained in:
@@ -2065,7 +2065,7 @@ class HttpCli(object):
|
||||
for v in self.rvol:
|
||||
d1, d2 = v.rsplit("/", 1) if "/" in v else ["", v]
|
||||
if d1 == top:
|
||||
vfs_virt[d2] = vn # typechk, value never read
|
||||
vfs_virt[d2] = self.asrv.vfs # typechk, value never read
|
||||
|
||||
dirs = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user