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