mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +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:
|
if hasSearchedForImages and not filesByType.images:
|
||||||
print("No image found")
|
print("No image found")
|
||||||
exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
graph = multiview.Graph(name=args.pipeline)
|
graph = multiview.Graph(name=args.pipeline)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue