mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 04:56:28 +02:00
warning fixes
This commit is contained in:
parent
82342a7f61
commit
91f53341bc
7 changed files with 9 additions and 14 deletions
|
@ -547,7 +547,7 @@ class BaseNode(BaseObject):
|
|||
|
||||
def _buildCmdVars(self):
|
||||
def _buildAttributeCmdVars(cmdVars, name, attr):
|
||||
if attr.attributeDesc.group != None:
|
||||
if attr.attributeDesc.group is not None:
|
||||
# if there is a valid command line "group"
|
||||
v = attr.getValueStr()
|
||||
cmdVars[name] = '--{name} {value}'.format(name=name, value=v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue