Skip to content

Commit

Permalink
Fixed a naming mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Oct 12, 2023
1 parent 00e17b1 commit c6caba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fiat/models/geom.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def resolve(
_d = None

# Loop over all the geometry source files
for key, gm in self.exposure_data.items():
for key, gm in self.exposure_geoms.items():
_add = key[-1]

# Define outgoing dataset
Expand Down

0 comments on commit c6caba9

Please sign in to comment.