FreeCAD: master ccc4e5cd

Author Committer Branch Timestamp Parent
chennes chennes master 2020-12-07 19:13:34 master 983e5137
Changeset [Draft] Fix airfoil data detection regex

The regular expression that Draft's airfoil data importer uses did not allow for lowercase "e" when using scientific notation. This corrects that, and silences Python Developer Mode warnings about deprecated escape sequences by converting most of the regex to use raw strings.
mod - src/Mod/Draft/importAirfoilDAT.py Diff File