mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[bin] statistics: fix syntax error on print
This commit is contained in:
parent
8efa14ecda
commit
1439b2c6bb
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ parser.add_argument("--verbose", help="Print full status information",
|
|||
args = parser.parse_args()
|
||||
|
||||
if not os.path.exists(args.graphFile):
|
||||
print('ERROR: No graph file "{}".'.format(args.node, args.graphFile))
|
||||
print('ERROR: No graph file "{}".'.format(args.graphFile))
|
||||
exit(-1)
|
||||
|
||||
graph = pg.loadGraph(args.graphFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue