Closed david-pbk closed 3 years ago
Hi @david-pbk , thanks for reporting. Could you please provide more context? Revit and Dynamo versions, maybe also a screenshot? That would help better understand the issue.
I've been upgrading my graphs and this one's been fixed :-) Awesome-O
Trying out Conditional Input and got error: NameError: global name 'Ratio' is not defined
Line 1367 currently reads: addinput(condition_pannel,d,25 yRatio,xinput-25 xRatio,80 Ratio,90 xRatio,importcolorselection)
I believe it's missing an x: addinput(condition_pannel,d,25 yRatio,xinput-25 xRatio,80 xRatio,90 xRatio,importcolorselection)
Made the edit in my graph and it's worked so far.