Skip to content

Commit fbfef71

Browse files
committed
removes uneeded continue
1 parent 6329e54 commit fbfef71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gitcheck/gitcheck.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def searchRepositories():
9191

9292
if argopts.get('depth', None) is not None and level >= argopts.get('depth', None):
9393
dirnames[:] = []
94-
continue
9594

9695
showDebug('Done')
9796
return sorted(repo)

0 commit comments

Comments
 (0)