Skip to content

Commit

Permalink
Fixed --testSkipOrthophotos
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed May 26, 2019
1 parent 2779f73 commit 2a5d73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/Task.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ module.exports = class Task{
logger.info("Test mode will skip orthophoto generation");

// Exclude these folders from the all.zip archive
['odm_orthophoto', 'orthophoto_tiles'].forEach(dir => {
['odm_orthophoto/odm_orthophoto.tif', 'odm_orthophoto/odm_orthophoto.mbtiles', 'orthophoto_tiles'].forEach(dir => {
allPaths.splice(allPaths.indexOf(dir), 1);
});
}
Expand Down

0 comments on commit 2a5d73a

Please sign in to comment.