imageGroupsFiles reference fix

pull/143/head
Piero Toffanin 2021-02-05 16:02:04 -05:00
rodzic 93c8855b0e
commit 82a6e5699f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -474,7 +474,7 @@ module.exports = class Task{
if (this.geoFiles.length > 0){
runnerOptions.geo = fs.realpathSync(path.join(this.getGcpFolderPath(), this.geoFiles[0]));
}
if (this.geoFiles.length > 0){
if (this.imageGroupsFiles.length > 0){
runnerOptions["split-image-groups"] = fs.realpathSync(path.join(this.getGcpFolderPath(), this.imageGroupsFiles[0]));
}