Skip to content

Commit

Permalink
undo useless check
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosfvilaboa committed May 21, 2024
1 parent de67614 commit cf74445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnmc/cir_8_2021/FA1.py
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ def consumer(self):
if escomesa.get("geom",False):
geom = wkt.loads(escomesa["geom"]).coords[0]
vertex = {"x":geom[0], "y": geom[1]}
if not o_nom_node and escomesa.get("node_id", False):
if escomesa.get("node_id", False):
o_nom_node = escomesa.get("node_id")[1]
if bloc_escomesa_id and not o_nom_node:
bloc_escomesa = O.GiscegisBlocsEscomeses.read(
Expand Down

0 comments on commit cf74445

Please sign in to comment.