Comment 2 for bug 1455993

Revision history for this message
Aaron Wells (u-aaronw) wrote :

Turns out the problem was that Gerrit added a couple of command-line arguments that it sends to the hook scripts. And the python getopt() method that I'm using, crashes if it receives unrecognized arguments.

So even though we're not using those new arguments, the fix is to add them to the list of recognized arguments.