Skip to content
GitLab
Explore
Sign in
TriggerMenu: More python 3 fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Scott Snyder
requested to merge
ssnyder/athena:py3.TriggerMenu-20200113
into
master
Jan 13, 2020
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
Replace filter with list comprehension. (in py3, filter returns an iterable, not a list.)
Merge request reports