You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to print a job template to YAML after calling model_to_object and then using yaml.dump the template is properly formatted and a valid template.
Current Behaviour
When trying to print a job template to YAML after calling model_to_object and then using yaml.dump the template contains what look like objects instead of the strings that those objects are supposed to contain.
That processing should be ensuring that all of the values returned in the dictionary are basic types (e.g. str rather than something derived from str).
Expected Behaviour
When trying to print a job template to YAML after calling
model_to_object
and then usingyaml.dump
the template is properly formatted and a valid template.Current Behaviour
When trying to print a job template to YAML after calling
model_to_object
and then usingyaml.dump
the template contains what look like objects instead of the strings that those objects are supposed to contain.Reproduction Steps
Ran the code snippet linked below.
Code Snippet
Results in:
The text was updated successfully, but these errors were encountered: