fix bad quotes

This commit is contained in:
Robert Kaussow 2020-02-24 19:12:35 +01:00
parent d133d63fbf
commit 5101c6962c

View File

@ -192,7 +192,7 @@ class SingleLog(Log, metaclass=Singleton):
class UnsafeTag: class UnsafeTag:
yaml_tag = u'!unsafe' yaml_tag = u"!unsafe"
def __init__(self, value): def __init__(self, value):
self.unsafe = value self.unsafe = value