Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
natfarleydev committed Mar 30, 2017
1 parent 1daec8f commit e4538e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beards/repo_helper/python/repo_helper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ async def make_repo_yaml(self, msg):
repo = gh.get_repo(repo_name)
except github.GithubException.UnknownObjectException:
await self.sender.sendMessage("Repo not found.")
return

data = {
"name": repo.name,
Expand Down

0 comments on commit e4538e5

Please sign in to comment.