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

Issue 7003057: Ignore empty lines in OWNERS files. (Closed)

Created:
9 years, 6 months ago by Bernhard Bauer
Modified:
9 years, 6 months ago
Reviewers:
Dirk Pranke, M-A Ruel
CC:
chromium-reviews
Visibility:
Public.

Description

Ignore empty lines in OWNERS files. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88341

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M owners.py View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
Bernhard Bauer
Please review.
9 years, 6 months ago (2011-06-08 14:27:22 UTC) #1
Dirk Pranke
LGTM.
9 years, 6 months ago (2011-06-08 16:29:12 UTC) #2
M-A Ruel
9 years, 6 months ago (2011-06-08 21:12:43 UTC) #3
I would have prefered this but I don't mind.

http://codereview.chromium.org/7003057/diff/1/owners.py
File owners.py (right):

http://codereview.chromium.org/7003057/diff/1/owners.py#newcode150
owners.py:150: if line.startswith('#') or line == '':
if line.startswith('#') or not line:

Powered by Google App Engine
This is Rietveld 408576698