mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
[bin] Use sys.exit (#1312)
This commit is contained in:
parent
475fe6ca93
commit
43b3b5af98
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue