mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-21 20:30:43 +00:00
fix bad quotes
This commit is contained in:
parent
d133d63fbf
commit
5101c6962c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user