diff --git a/ansibledoctor/Utils.py b/ansibledoctor/Utils.py index cbd008d..24a9f20 100644 --- a/ansibledoctor/Utils.py +++ b/ansibledoctor/Utils.py @@ -192,7 +192,7 @@ class SingleLog(Log, metaclass=Singleton): class UnsafeTag: - yaml_tag = u'!unsafe' + yaml_tag = u"!unsafe" def __init__(self, value): self.unsafe = value