]> Cypherpunks repositories - gostls13.git/commit
codereview.py: Fix crash on auth error handling.
authorUriel Mangado <uriel@berlinblue.org>
Wed, 10 Oct 2012 16:23:53 +0000 (00:23 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Wed, 10 Oct 2012 16:23:53 +0000 (00:23 +0800)
commitdf7b720708e9da9e1bd00fe2424d765095427831
tree101df7c312cf5dbbaef77c76c9b28c15a8210389
parent21b2ce724aa1310b3efb2f722d4a647be770e835
codereview.py: Fix crash on auth error handling.

In recent Python versions .reason is a read-only property that simply gives you the msg value.

Fixes #4024

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/6545052
lib/codereview/codereview.py