From 44af41eecae44d7807d4f4d6484ec32b15582dc8 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 25 Feb 2020 11:27:02 -0500 Subject: [PATCH] Fix #1072 Former-commit-id: b3f9e5bf4e457a9afe9c2bc78234e8a5f91e9569 --- opendm/osfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opendm/osfm.py b/opendm/osfm.py index 695a8896..868bc809 100644 --- a/opendm/osfm.py +++ b/opendm/osfm.py @@ -311,7 +311,7 @@ def get_submodel_argv(project_name = None, submodels_path = None, submodel_name crop_value = float(argv[i + 1]) if crop_value == 0: crop_value = 0.015625 - result.append(crop_value) + result.append(str(crop_value)) found_args[arg] = True i += 2 elif arg in read_json_always: