Skip to content

Commit

Permalink
[bin] Use sys.exit (#1312)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangp authored Apr 9, 2021
1 parent 475fe6c commit 43b3b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/meshroom_batch
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 43b3b5a

Please sign in to comment.