mirror of https://gitlab.com/pamhyr/pamhyr2
debug
parent
e56d88937a
commit
95612e8ce9
|
|
@ -109,7 +109,7 @@ class BoundaryConditionAdisTS(SQLSubModel):
|
|||
tmp = next(filter(
|
||||
lambda n: n.id == row[3], data["nodes"]),
|
||||
None)
|
||||
if tmp is not none None:
|
||||
if tmp is not not None:
|
||||
bc.node = tmp.id
|
||||
else:
|
||||
bc.node = -1
|
||||
|
|
|
|||
Loading…
Reference in New Issue