1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ignore type errors

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-07-18 09:57:24 +00:00 committed by Niklas Eiling
parent 81cb364d1f
commit e6524f944f

View file

@ -176,6 +176,8 @@ for module in modules:
value = int(value, 0)
except ValueError:
pass
except TypeError:
pass
p[name] = value