mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 14:07:47 +02:00
[bin] remove commented code
This commit is contained in:
parent
19e9ab4855
commit
bbae4e263a
1 changed files with 0 additions and 6 deletions
|
@ -15,12 +15,6 @@ parser.add_argument("--force", help="Force recompute",
|
|||
|
||||
args = parser.parse_args()
|
||||
|
||||
# graph = pg.Graph('bashTest')
|
||||
# ls = graph.addNewNode('Ls', input='/tmp')
|
||||
# appendText = graph.addNewNode('AppendText', inputText='plop')
|
||||
# graph.addEdge(ls.output, appendText.input)
|
||||
## graph.save(args.graphFile)
|
||||
|
||||
graph = pg.loadGraph(args.graphFile)
|
||||
graph.update()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue