]> Cypherpunks repositories - gostls13.git/commit
lib/codereview/codereview.py: fix crash when hg gofmt has no files
authorRob Pike <r@golang.org>
Wed, 27 Mar 2013 00:32:22 +0000 (17:32 -0700)
committerRob Pike <r@golang.org>
Wed, 27 Mar 2013 00:32:22 +0000 (17:32 -0700)
commit50231fa19f7c88834edd95836dca95267ef8bb4f
tree2fc483f5f4acba7f15db0947d5cd584ab4287435
parent5f9a9433ea5f3e933d9950994edaf45c36a92ffb
lib/codereview/codereview.py: fix crash when hg gofmt has no files
The gofmt function was returning a string, which isn't the right type.
Three cheers for dynamic typing.

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