Salome HOME
replace all usage of bare except clause with except Exception clause
authorGbkng <guillaume.brooking@gmail.com>
Wed, 14 Feb 2024 08:49:33 +0000 (09:49 +0100)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 4 Mar 2024 16:37:49 +0000 (17:37 +0100)
commit9d976c8e73cbccd8326e2046c6d7b4b86b974b93
tree2840a618fad48175aba11cf2af8523e1a1318262
parent076787ab22f087dc3a9a0212e0b09227b250bf32
replace all usage of bare except clause with except Exception clause
38 files changed:
.gitignore
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/local.pyconf [new file with mode: 0644]
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