diff --git a/plugins/changedetection/changedetection.py b/plugins/changedetection/changedetection.py index bdd515a9..0b315151 100644 --- a/plugins/changedetection/changedetection.py +++ b/plugins/changedetection/changedetection.py @@ -110,6 +110,7 @@ from os import path, makedirs, getcwd from compare import compare import sys +import subprocess import grass.script as grass def main(): diff --git a/plugins/changedetection/manifest.json b/plugins/changedetection/manifest.json index 641e4839..81375af4 100644 --- a/plugins/changedetection/manifest.json +++ b/plugins/changedetection/manifest.json @@ -2,7 +2,7 @@ "name": "ChangeDetection", "webodmMinVersion": "1.1.1", "description": "Detect changes between two different tasks in the same project.", - "version": "1.0.0", + "version": "1.0.1", "author": "Nicolas Chamo", "email": "nicolas@chamo.com.ar", "repository": "https://github.com/OpenDroneMap/WebODM",