Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: publicSuffixListUpdater.py

Issue 29345279: Noissue - Adapt quotes for compliance with our coding style in buildtools (Closed)
Patch Set: Created May 29, 2016, 1:27 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packagerGecko.py ('k') | releaseAutomation.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: publicSuffixListUpdater.py
===================================================================
--- a/publicSuffixListUpdater.py
+++ b/publicSuffixListUpdater.py
@@ -37,7 +37,7 @@
for line in resource:
line = line.rstrip()
- if line.startswith("//") or "." not in line:
+ if line.startswith('//') or '.' not in line:
continue
if line.startswith('*.'):
suffixes[line[2:]] = 2
« no previous file with comments | « packagerGecko.py ('k') | releaseAutomation.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld