From b4faff8e4a82fa7303b57706114d4e26071f14c5 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 22 Mar 2026 15:44:36 +0000 Subject: [PATCH] save some cycles --- copyparty/authsrv.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/copyparty/authsrv.py b/copyparty/authsrv.py index 5064e86c..9ff58176 100644 --- a/copyparty/authsrv.py +++ b/copyparty/authsrv.py @@ -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(