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

Unified Diff: cms/converters.py

Issue 29994576: Noissue - Use flake8's built-in per-file-ignores and work around pep8-naming bug (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Created Feb. 1, 2019, 12:12 a.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 | « no previous file | tox.ini » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cms/converters.py
===================================================================
--- a/cms/converters.py
+++ b/cms/converters.py
@@ -551,7 +551,7 @@
if str(option) not in metadata[filter_name]:
return False
elif filter_value != metadata[filter_name]:
- return False
+ return False
return True
def get_canonical_url(self, page):
« no previous file with comments | « no previous file | tox.ini » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld