Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
havardlovas committed Sep 6, 2024
1 parent 5973f55 commit 95f528a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gref4hsi/utils/parsing_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,7 @@ def export_model(config_file):
# 1) Agisoft, *.ply file/DEM and None
model_export_type = config['General']['model_export_type']

if model_export_type == 'agisoft':
agisoft_export_model(config_file=config_file)
elif model_export_type == 'ply_file':
if model_export_type == 'ply_file':
# Nothing needs to be done then?
pass
elif model_export_type == 'dem_file':
Expand Down

0 comments on commit 95f528a

Please sign in to comment.