Keep the same single quoted style for !include
tags as non-CLoader
This commit is contained in:
parent
a8f7e9673f
commit
3076b7612b
@ -23,7 +23,7 @@ class IncludeTag:
|
||||
|
||||
@classmethod
|
||||
def to_yaml(cls, dumper, node):
|
||||
return dumper.represent_scalar(cls.yaml_tag, node.target)
|
||||
return dumper.represent_scalar(cls.yaml_tag, node.target, style="'")
|
||||
|
||||
@classmethod
|
||||
def from_yaml(cls, loader, node):
|
||||
|
Loading…
Reference in New Issue
Block a user