Commit Graph

8 Commits

Author SHA1 Message Date
Chris Hennes
4a7e1b6d9b Tools: Apply pre-commit autoformatting 2023-04-22 13:07:06 -05:00
wmayer
d6c397ea22 Tools: [skip ci] remove the last reference to CxImage: fixes #6432 2022-03-01 18:35:28 +01:00
Chris Hennes
e2bb84fd2f [Tools] Fix static analyis issues
This commit addresses issues identified by LGTM for the various
independent (and mostly-independent) files in the Tools subdirectory.
The vast majority of the issues are trivial, and are things like unused
imports or catching BaseException. There was one true bug identified, a
global variable being changed in a function where it was not marked
global, but it only affected output quantity (the variable is named
"VERBOSE"). A couple of other issues identified variables that appear to
represent no-longer-existing options in the code. The options were left,
but a deprecation printout replaces the variable in the event the option
is provided.
2021-02-28 17:53:04 +01:00
luzpaz
e2a3ae428a Packaging typos 2018-01-01 17:54:07 +01:00
wmayer
0b2b5cb7f4 License issues 2013-01-09 15:03:23 +01:00
wmayer
598d21876f License issues 2013-01-09 14:56:19 +01:00
wmayer
646aa90137 License issues 2013-01-09 14:28:47 +01:00
wmayer
5af75be21b License issues 2013-01-09 14:09:22 +01:00