Skip to content

Commit 3847a79

Browse files
authored
Merge pull request #78 from groegeorg/master
2 parents 2cb090b + 778812d commit 3847a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpplint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1627,6 +1627,7 @@ def RepositoryName(self):
16271627
os.path.exists(os.path.join(current_dir, ".hg")) or
16281628
os.path.exists(os.path.join(current_dir, ".svn"))):
16291629
root_dir = current_dir
1630+
break
16301631
current_dir = os.path.dirname(current_dir)
16311632

16321633
if (os.path.exists(os.path.join(root_dir, ".git")) or

0 commit comments

Comments
 (0)