Salome HOME
feat(all): replace all usage of bare except clause with except Exception clause gb262689/replace-bare-except-pr
authorGbkng <guillaume.brooking@gmail.com>
Wed, 14 Feb 2024 08:49:33 +0000 (09:49 +0100)
committerGbkng <guillaume.brooking@gmail.com>
Fri, 23 Feb 2024 12:49:47 +0000 (13:49 +0100)
commitc5caed78b1be84de0e0a2fa480fb581fa94a83f2
tree5aae7ed3a0623179190e9d0dc4667ed0a9ea2100
parent00a94c7b2e189587897f2fed3d7ee94a1f642800
feat(all): replace all usage of bare except clause with except Exception clause
36 files changed:
AllTestLauncherSat.py
commands/application.py
commands/compile.py
commands/config.py
commands/generate.py
commands/jobs.py
commands/log.py
commands/package.py
commands/template.py
commands/test.py
data/templates/Application/config/splash_generator/splash2.py
data/templates/PythonComponent/src/PYCMP/PYCMP_utils.py
data/templates/PythonComponent8/src/PYCMP/PYCMP_utils.py
src/ElementTree.py
src/ElementTreePython2.py
src/ElementTreePython3.py
src/__init__.py
src/architecture.py
src/callerName.py
src/compilation.py
src/debug.py
src/environment.py
src/fork.py
src/loggingSimple.py
src/product.py
src/pyconf.py
src/returnCode.py
src/salomeTools.py
src/system.py
src/test/TOOLS.py
src/test_module.py
src/versionMinorMajorPatch.py
src/xmlManager.py
test/test_501_paramiko.py
test/test_sat5_0/log/test_launch_browser.py
test/test_sat5_0/prepare/test_prepare.py