Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Oct 14, 2024
1 parent 865484e commit f95b264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/geofabrics/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ def run(self):
# If roads defined download roads
roads = self.get_roughness_instruction("roads")
if "source" in roads and "osm" in roads["source"]:
roads = self.load_roads()
roads = self.load_roads_osm()
else:
roads = None

Expand Down

0 comments on commit f95b264

Please sign in to comment.