Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac14fec

Browse filesBrowse files
committed
bugfix: return instead of raise closes techgaun#38
1 parent e5a5867 commit ac14fec
Copy full SHA for ac14fec

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎github-dork.py

Copy file name to clipboardExpand all lines: github-dork.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def search_wrapper(gen):
2727
try:
2828
yield next(gen)
2929
except StopIteration:
30-
raise
30+
return
3131
except github.exceptions.ForbiddenError as e:
3232
search_rate_limit = gh.rate_limit()['resources']['search']
3333
# limit_remaining = search_rate_limit['remaining']

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.