Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Nov 6, 2012
1 parent 37413b2 commit f8154b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gs_search_github_repositories/daemon.py
Expand Up @@ -170,7 +170,7 @@ def _basic_search(self, terms):
if not term in self._search_cache:
username, password = auth = load_auth()

# Not configured
# Not configured.. ~/.search-github is busted.
if not username:
# TODO -- emit some kind of error message
return []
Expand Down

0 comments on commit f8154b8

Please sign in to comment.