diff --git a/bin/meshroom_batch b/bin/meshroom_batch index 37114d4d4f..0665009efe 100644 --- a/bin/meshroom_batch +++ b/bin/meshroom_batch @@ -104,7 +104,7 @@ if args.inputRecursive: if hasSearchedForImages and not filesByType.images: print("No image found") - exit(-1) + sys.exit(-1) graph = multiview.Graph(name=args.pipeline)