mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Flake8 fix.
This commit is contained in:
parent
1f290ed940
commit
a8fec62095
@ -73,7 +73,7 @@ class EncryptedPasswordField(CharNullField):
|
||||
def to_representation(self, value):
|
||||
# Replace the actual encrypted value with the string $encrypted$.
|
||||
if force_text(value).startswith('$encrypted$'):
|
||||
return '$encrypted$'
|
||||
return '$encrypted$'
|
||||
return value
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user