mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
rename variable for python compliance
This commit is contained in:
parent
18026c3d59
commit
06d7d96fa2
1 changed files with 2 additions and 2 deletions
|
@ -618,9 +618,9 @@ class AVCommandLineNode(CommandLineNode):
|
|||
|
||||
def buildCommandLine(self, chunk):
|
||||
|
||||
str = super(AVCommandLineNode, self).buildCommandLine(chunk)
|
||||
commandLineString = super(AVCommandLineNode, self).buildCommandLine(chunk)
|
||||
|
||||
return str + AVCommandLineNode.cmdMem + AVCommandLineNode.cmdCore
|
||||
return commandLineString + AVCommandLineNode.cmdMem + AVCommandLineNode.cmdCore
|
||||
|
||||
# Test abstract node
|
||||
class InitNode:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue