Remove FIXME where no change is needed (#69466)

* Added exception

* Added changelog fragment

* Remove FIXME comment

* Edit changelog fragment
pull/69522/head
Chris Holland 5 years ago committed by GitHub
parent 9767d592a8
commit dfa2863dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- objects - Remove FIXME comment because no fix is needed.

@ -113,7 +113,6 @@ class AnsibleVaultEncryptedUnicode(yaml.YAMLObject, AnsibleBaseYAMLObject):
@property
def data(self):
if not self.vault:
# FIXME: raise exception?
return self._ciphertext
return to_text(self.vault.decrypt(self._ciphertext))

Loading…
Cancel
Save