Skip to content

Commit

Permalink
removes uneeded continue
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Dec 5, 2017
1 parent 6329e54 commit fbfef71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitcheck/gitcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def searchRepositories():

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

showDebug('Done')
return sorted(repo)
Expand Down

0 comments on commit fbfef71

Please sign in to comment.