I have a dict
{"a": ""}
and when I dump it in ruamel.yaml it appears like this:
a: ''
I tried dumping
{"a": None}
instead and got
a:<no space>
How can I get
a:<one space>
so that I can input into the yaml file immediately?
How can" /> How can" /> How can"/>
I have a dict
{"a": ""}
and when I dump it in ruamel.yaml it appears like this:
a: ''
I tried dumping
{"a": None}
instead and got
a:<no space>
How can I get
a:<one space>
so that I can input into the yaml file immediately?