diff options
author | Mats Wichmann <mats@linux.com> | 2019-04-14 19:04:56 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-04-14 19:04:56 (GMT) |
commit | 8fe02cb3bae12fefd95770a7caf411a520965ba5 (patch) | |
tree | 9363b78e8c33ab8b6878f89231cdfdc65824c556 /src/engine/SCons/Tool/JavaCommon.py | |
parent | a2a1fede9770daee1ff6d14d8870000640343fde (diff) | |
download | SCons-8fe02cb3bae12fefd95770a7caf411a520965ba5.zip SCons-8fe02cb3bae12fefd95770a7caf411a520965ba5.tar.gz SCons-8fe02cb3bae12fefd95770a7caf411a520965ba5.tar.bz2 |
[PR #3352] fix sider complaints: bare except
Sider in the CI system doesn't like the change which added a try/except
block for a version without a dot. This was copied from a different
file, so to fix the complaint, four instances are actually updated to
"except ValueError" - I am assuming that this is the only thing that
could go wrong, a version string cannot be converted with int(foo),
which would throw ValueError.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src/engine/SCons/Tool/JavaCommon.py')
0 files changed, 0 insertions, 0 deletions