BigRoy comment - Fix Typo

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Mustafa Taher 2023-12-13 23:34:48 +02:00 committed by GitHub
parent cb5fa7faa2
commit 58dee9e05e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,7 @@ def get_output_parameter(node):
return node.parm("copoutput")
elif node_type in {"karma", "opengl"}:
return node.parm("picture")
elif node_type == "ifd": # Matnra
elif node_type == "ifd": # Mantra
if node.evalParm("soho_outputmode"):
return node.parm("soho_diskfile")
return node.parm("vm_picture")