nofaceinbook / muxp

Mesh Updater X-Plane
GNU Lesser General Public License v3.0
18 stars 3 forks source link

"id" variable should be avoided #27

Closed marangonico closed 4 years ago

marangonico commented 4 years ago

id() is an inbuilt function in Python and as such should be avoided.

i.e. In the muxp_file.areaIntersectionInProps() function, "id" could probably be defined as "area_id".

nofaceinbook commented 4 years ago

Solved with Commit: https://github.com/nofaceinbook/muxp/commit/e93f9e11c3db13db34f8da6761c679b7df8d1d32