diff --git a/opendm/remote.py b/opendm/remote.py index 023d5d4d..1c614282 100644 --- a/opendm/remote.py +++ b/opendm/remote.py @@ -504,8 +504,7 @@ class ToolchainTask(Task): seed_touch_files=["opensfm/features/empty", "opensfm/matches/empty", "opensfm/exif/empty"], - outputs=["odm_orthophoto/odm_orthophoto.tif", - "odm_orthophoto/cutline.gpkg", + outputs=["odm_orthophoto/cutline.gpkg", "odm_orthophoto/odm_orthophoto_cut.tif", "odm_orthophoto/odm_orthophoto_feathered.tif", "odm_dem", @@ -513,4 +512,4 @@ class ToolchainTask(Task): "odm_georeferencing"]) else: log.ODM_INFO("Already processed toolchain for %s" % submodel_name) - handle_result() \ No newline at end of file + handle_result()