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

Delta Between Two Patch Sets: filters/countries_length.py

Issue 29347257: Issue 3997 - Wrong information about employees on Eyeo.com (Closed)
Left Patch Set: Implemented EU exception and removed additional global field Created July 12, 2016, 2:48 p.m.
Right Patch Set: Changed approach to check against non_countries list instead of hard coded non_countries inside cou… Created Oct. 10, 2016, 8:25 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | includes/jobs/why.md » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1
2 non_countries = ["earth"];
3
4 def countries_length(people):
5 return len(({flag for _, flag, _, _, _, _ in people if flag not in non_count ries}))
LEFTRIGHT

Powered by Google App Engine
This is Rietveld