Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Issue 6685023: Make git_cl pass pylint cleanly (Closed)

Created:
9 years, 9 months ago by Dirk Pranke
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel, Evan Martin
CC:
chromium-reviews, M-A Ruel
Visibility:
Public.

Description

Make git_cl (and everything else not skipped under depot_tools) pass pylint cleanly. There should be no functional changes in this patch, although there's at least one minor bug that lint caught. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78638

Patch Set 1 #

Patch Set 2 : whoops #

Total comments: 5

Patch Set 3 : update w/ review feedback #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -33 lines) Patch
M PRESUBMIT.py View 1 2 2 chunks +3 lines, -14 lines 0 comments Download
M gclient_utils.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M git_cl/PRESUBMIT.py View 1 chunk +1 line, -1 line 0 comments Download
M git_cl/git_cl.py View 1 2 10 chunks +15 lines, -17 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
Dirk Pranke
9 years, 9 months ago (2011-03-13 02:53:09 UTC) #1
M-A Ruel
http://codereview.chromium.org/6685023/diff/8/gclient_utils.py File gclient_utils.py (right): http://codereview.chromium.org/6685023/diff/8/gclient_utils.py#newcode660 gclient_utils.py:660: sys.stdout.flush() No it's full_flush(), it's defined at line 379. ...
9 years, 9 months ago (2011-03-13 20:45:48 UTC) #2
Dirk Pranke
On 2011/03/13 20:45:48, Marc-Antoine Ruel wrote: > http://codereview.chromium.org/6685023/diff/8/gclient_utils.py > File gclient_utils.py (right): > > http://codereview.chromium.org/6685023/diff/8/gclient_utils.py#newcode660 ...
9 years, 9 months ago (2011-03-14 20:09:33 UTC) #3
Dirk Pranke
ping.
9 years, 9 months ago (2011-03-17 01:26:42 UTC) #4
M-A Ruel
9 years, 9 months ago (2011-03-17 02:09:09 UTC) #5
lgtm with one nit

http://codereview.chromium.org/6685023/diff/5001/git_cl/git_cl.py
File git_cl/git_cl.py (right):

http://codereview.chromium.org/6685023/diff/5001/git_cl/git_cl.py#newcode1313
git_cl/git_cl.py:1313: except (ImportError):
except ImportError:

Powered by Google App Engine
This is Rietveld 408576698