fix bad quotes

This commit is contained in:
Robert Kaussow 2020-02-24 19:12:35 +01:00
parent d133d63fbf
commit 5101c6962c
1 changed files with 1 additions and 1 deletions

View File

@ -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