Type crashes if the parameter is None (unknown) type
File "python-3.10.12/lib/python3.10/site-packages/virtmat/language/interpreter/workflow_executor.py", line 304, in type_value
'type': self.param.type_.__name__,
AttributeError: 'NoneType' object has no attribute '__name__'. Did you mean: '__ne__'?