Skip to content

PFCfg: replace comparison with assignment for FELCOutputName

Frank Winklmeier requested to merge fwinkl/athena:pfcfg into 24.0

This was found by flake8-bugbear (not yet enabled by default):

  • B015: Result of comparison is not used.

Not clear to me if this has any real effect but it's definitely a bug.

Merge request reports