Changeset - f83ecd5fe59b
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 14:14:40
timeless@gmail.com
spelling: something
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/utils.py
Show inline comments
 
@@ -230,13 +230,13 @@ def get_filesystem_repos(path, recursive
 
            cur_path = os.path.join(p, dirpath)
 

	
 
            # skip removed repos
 
            if skip_removed_repos and REMOVED_REPO_PAT.match(dirpath):
 
                continue
 

	
 
            #skip .<somethin> dirs
 
            #skip .<something> dirs
 
            if dirpath.startswith('.'):
 
                continue
 

	
 
            try:
 
                scm_info = get_scm(cur_path)
 
                yield scm_info[1].split(path, 1)[-1].lstrip(os.sep), scm_info
0 comments (0 inline, 0 general)