FreeCAD: master 5f37274c

Author Committer Branch Timestamp Parent
chennes wwmayer master 2020-12-04 20:58:18 master 528f0cbd
Changeset [Web] Close stale file handle in exec()

Eliminate the Python interpreter warning about failure to close a stale handle when using the `exec(open('%s').read()` idiom, enclosing it in a `with` clause.
mod - src/Mod/Web/Gui/BrowserView.cpp Diff File