FreeCAD: master ac4b02f5

Author Committer Branch Timestamp Parent
chennes chennes master 2021-03-01 05:42:14 master c7c420ca
Changeset [Arch] Refactor to eliminate unused variable

LGTM complains about the unused variable in a loop that is really only
using the variable to iterate a set number of times. This replaces that
loop with a multiplication by the length of the array, eliminating the
unused iteration variable and clarifying the intent of the code.
mod - src/Mod/Arch/exportIFC.py Diff File