Skip to content

TriggerMenu: More python 3 fixes

Scott Snyder requested to merge ssnyder/athena:py3.TriggerMenu-20200113 into master

Replace filter with list comprehension. (in py3, filter returns an iterable, not a list.)

Merge request reports