Skip to content

Commit 7bc07bd

Browse files
authored
Minor comment update
1 parent 57a1119 commit 7bc07bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshroom/core/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ def _buildAttributeCmdVars(cmdVars, name, attr):
750750
# Apply expressions for File attributes
751751
if attr.attributeDesc.isExpression:
752752
defaultValue = ""
753-
# Do not evaluate expression for disabled attributes (the expression may refer to other attributes that are not yet defined)
753+
# Do not evaluate expression for disabled attributes (the expression may refer to other attributes that are not defined)
754754
if attr.enabled:
755755
try:
756756
defaultValue = attr.defaultValue()

0 commit comments

Comments
 (0)