FreeCAD: master ba8e0aa8

Author Committer Branch Timestamp Parent
chennes chennes master 2021-01-27 02:38:51 master 2f731b7d
Changeset Minor tweaks to Start recommended by LGTM

Using the results of the vulnerability scan at lgtm.com, some minor
changes were made. First, all Python exception handling now explicitly
catches Exception, rather than BaseException (which would include SystemExit
and KeyboardInterrupt). Second, unused imports were removed. Third, a
couple of unnecessary or unused assignments were addressed. Finally, the
JavaScript was modified to explicitly declare the local ddiv variable when
needed.
mod - src/Mod/Start/StartPage/EnableDownload.py Diff File
mod - src/Mod/Start/StartPage/LoadMRU.py Diff File
mod - src/Mod/Start/StartPage/StartPage.js Diff File
mod - src/Mod/Start/StartPage/StartPage.py Diff File