mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[code][refacto] change syntax
This commit is contained in:
parent
a08ef4ffcd
commit
f9f8e14116
1 changed files with 1 additions and 1 deletions
|
@ -467,4 +467,4 @@ The needed metadata are:
|
||||||
|
|
||||||
def processChunk(self, chunk):
|
def processChunk(self, chunk):
|
||||||
self.createViewpointsFile(chunk.node)
|
self.createViewpointsFile(chunk.node)
|
||||||
desc.CommandLineNode.processChunk(self, chunk)
|
super(CameraInit, self).processChunk(chunk)
|
||||||
|
|
Loading…
Add table
Reference in a new issue