DescriptionFix lint error in git_wktry.
gpylint doesn't like the use of "type" as a variable name (redefining a
builtin) - change the signature of the method to use the exc_ prefix
like sys.exc_*. The variables are not actually used anyway.
BUG=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=182722
Patch Set 1 #
Total comments: 1
Patch Set 2 : prefix unused args #Messages
Total messages: 4 (0 generated)
|