From 9b9ba724c65fbf9fb73a744e83335b4ec98f303a Mon Sep 17 00:00:00 2001 From: Adrien-ANTON-LUDWIG Date: Thu, 13 Jul 2023 10:25:14 +0000 Subject: [PATCH] Remove forgotten exit call Uh oh. Sorry for this. --- opendm/dem/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/opendm/dem/commands.py b/opendm/dem/commands.py index af1fee64..4f8ef7b9 100755 --- a/opendm/dem/commands.py +++ b/opendm/dem/commands.py @@ -338,7 +338,6 @@ def median_smoothing(geotiff_path, output_path, smoothing_iterations=1, window_s log.ODM_INFO('Completed smoothing to create %s in %s' % (output_path, datetime.now() - start)) - exit(42) return output_path