mirror of
https://github.com/9001/copyparty.git
synced 2026-03-23 16:43:02 +10:00
save some cycles
This commit is contained in:
@@ -880,9 +880,6 @@ class VFS(object):
|
||||
yield dbv, vrem, rel, fsroot, rfiles, rdirs, vfs_virt
|
||||
|
||||
for rdir, _ in rdirs:
|
||||
if not dots_ok and rdir.startswith("."):
|
||||
continue
|
||||
|
||||
wrel = (rel + "/" + rdir).lstrip("/")
|
||||
wrem = (rem + "/" + rdir).lstrip("/")
|
||||
for x in self.walk(
|
||||
|
||||
Reference in New Issue
Block a user