Fix export by adding appropriate import

pull/897/head
nchamo 2020-08-03 19:15:59 -03:00
rodzic ef94bb39b9
commit 675de10fb9
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -110,6 +110,7 @@
from os import path, makedirs, getcwd from os import path, makedirs, getcwd
from compare import compare from compare import compare
import sys import sys
import subprocess
import grass.script as grass import grass.script as grass
def main(): def main():

Wyświetl plik

@ -2,7 +2,7 @@
"name": "ChangeDetection", "name": "ChangeDetection",
"webodmMinVersion": "1.1.1", "webodmMinVersion": "1.1.1",
"description": "Detect changes between two different tasks in the same project.", "description": "Detect changes between two different tasks in the same project.",
"version": "1.0.0", "version": "1.0.1",
"author": "Nicolas Chamo", "author": "Nicolas Chamo",
"email": "nicolas@chamo.com.ar", "email": "nicolas@chamo.com.ar",
"repository": "https://github.com/OpenDroneMap/WebODM", "repository": "https://github.com/OpenDroneMap/WebODM",