meson/mesonbuild/interpreter/primitives
Eli Schwartz 0d6972887f
flake8: do not use bare exceptions
In one case, we actually specifically want to catch IndexError only. In
the other case, excepting Exception rather than BaseException is quite
fine.
2022-02-16 23:00:31 -05:00
..
__init__.py interpreter: Move RangeHolder out of interpreterbase to interpreter 2021-10-06 22:37:18 +02:00
array.py add location data to various Feature checks 2022-01-27 22:11:48 -05:00
boolean.py interpreter: Introduce BooleanHolder for the bool primitive 2021-09-01 19:17:01 +02:00
dict.py interpreter: Holderify arrays and dicts 2021-10-06 22:37:18 +02:00
integer.py fix various flake8 whitespace errors 2021-10-27 09:51:52 -04:00
range.py flake8: do not use bare exceptions 2022-02-16 23:00:31 -05:00
string.py fix some flake8 violations for unused imports 2022-01-27 10:48:01 -08:00