mirror of
https://github.com/9001/copyparty.git
synced 2026-04-12 15:22:32 -06:00
save some cycles
This commit is contained in:
parent
df78fc5732
commit
b4faff8e4a
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue