[code][refacto] change syntax

This commit is contained in:
Abdelrahman AL MAROUK 2023-08-02 12:53:14 +02:00
parent a08ef4ffcd
commit f9f8e14116

View file

@ -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)