Skip to content

ParticleGun: fix flake8-bugbear warnings

Frank Winklmeier requested to merge fwinkl/athena:gun_bugbear into main

B008: Do not perform function calls in argument defaults. The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.

Merge request reports