We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6329e54 commit fbfef71Copy full SHA for fbfef71
gitcheck/gitcheck.py
@@ -91,7 +91,6 @@ def searchRepositories():
91
92
if argopts.get('depth', None) is not None and level >= argopts.get('depth', None):
93
dirnames[:] = []
94
- continue
95
96
showDebug('Done')
97
return sorted(repo)
0 commit comments