Fixed end with mvs_texturing

pull/690/head
Piero Toffanin 2017-10-19 15:35:55 -04:00 zatwierdzone przez GitHub
rodzic 25a246dbae
commit f11aba1c0e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -130,4 +130,4 @@ class ODMMvsTexCell(ecto.Cell):
system.benchmark(start_time, tree.benchmarking, 'Texturing')
log.ODM_INFO('Running ODM Texturing Cell - Finished')
return ecto.OK if args.end_with != 'odm_texturing' else ecto.QUIT
return ecto.OK if args.end_with != 'mvs_texturing' else ecto.QUIT