kopia lustrzana https://github.com/OpenDroneMap/NodeODM
Cleanup, fixed import
rodzic
1deff5ec6c
commit
df1b53e91c
|
@ -301,7 +301,7 @@ module.exports = class Task{
|
||||||
this.output.push(output);
|
this.output.push(output);
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
// All paths are relative to the project directory (./data/<uuid>/)
|
// All paths are relative to the project directory (./data/<uuid>/)
|
||||||
|
|
|
@ -70,7 +70,7 @@ function makeRunner(command, args, requiredOptions = [], outputTestFile = null){
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
runPostProcessingScript: makeRunner(os.path.join(__dirname, "..", "scripts", "postprocess.sh"),
|
runPostProcessingScript: makeRunner(path.join(__dirname, "..", "scripts", "postprocess.sh"),
|
||||||
function(options){
|
function(options){
|
||||||
return [options.projectFolderPath];
|
return [options.projectFolderPath];
|
||||||
},
|
},
|
||||||
|
|
Ładowanie…
Reference in New Issue