# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:14:40 # Node ID f83ecd5fe59b502400c6a3ca179722d92f3db4f4 # Parent 1906a1389cdd7f9f12029c527c64f9624587f1e7 spelling: something 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