Changeset - 66de633b026b
[Not reviewed]
default
0 1 0
timeless@gmail.com - 10 years ago 2016-05-03 07:09:24
timeless@gmail.com
spelling: contains
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/lib/utils.py
Show inline comments
 
@@ -243,7 +243,7 @@ def get_filesystem_repos(path, recursive
 
            except VCSError:
 
                if not recursive:
 
                    continue
 
                #check if this dir containts other repos for recursive scan
 
                #check if this dir contains other repos for recursive scan
 
                rec_path = os.path.join(p, dirpath)
 
                if not os.path.islink(rec_path) and os.path.isdir(rec_path):
 
                    for inner_scm in _get_repos(rec_path):
0 comments (0 inline, 0 general)