mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 05:57:38 +02:00
[bin] compute: fix typo
This commit is contained in:
parent
c98b2b7b41
commit
71f98267d2
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ if args.node:
|
||||||
else:
|
else:
|
||||||
startNodes = None
|
startNodes = None
|
||||||
if args.graph:
|
if args.graph:
|
||||||
startNodes = [graph.nodes(args.graph)]
|
startNodes = [graph.node(args.graph)]
|
||||||
pg.execute(graph, startNodes=startNodes, force=args.force)
|
pg.execute(graph, startNodes=startNodes, force=args.force)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue