diff --git a/kallithea/lib/utils.py b/kallithea/lib/utils.py --- a/kallithea/lib/utils.py +++ b/kallithea/lib/utils.py @@ -233,7 +233,7 @@ def get_filesystem_repos(path, recursive if skip_removed_repos and REMOVED_REPO_PAT.match(dirpath): continue - #skip . dirs + #skip . dirs if dirpath.startswith('.'): continue