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:
parent
81cb364d1f
commit
e6524f944f
1 changed files with 2 additions and 0 deletions
|
@ -176,6 +176,8 @@ for module in modules:
|
|||
value = int(value, 0)
|
||||
except ValueError:
|
||||
pass
|
||||
except TypeError:
|
||||
pass
|
||||
|
||||
p[name] = value
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue