Skip to content

Commit

Permalink
add a redirect to the hook so trac doesn't complain about sending an …
Browse files Browse the repository at this point in the history
…empty response
  • Loading branch information
cotto committed Sep 29, 2010
1 parent 33e2770 commit c4d8935
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github/github.py
Expand Up @@ -294,4 +294,7 @@ def processCommitHook(self, req):
except:
self.env.log.debug("git fetch failed!")

self.env.log.debug("Redirect URL: %s" % req)
req.redirect(req)


0 comments on commit c4d8935

Please sign in to comment.