Remove FIXME where no change is needed (#69466)
* Added exception * Added changelog fragment * Remove FIXME comment * Edit changelog fragment
This commit is contained in:
parent
9767d592a8
commit
dfa2863dee
2 changed files with 2 additions and 1 deletions
2
changelogs/fragments/69465-remove-fixme-comment.yaml
Normal file
2
changelogs/fragments/69465-remove-fixme-comment.yaml
Normal file
|
@ -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…
Reference in a new issue