mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
removed tabbing
This commit is contained in:
@@ -699,7 +699,7 @@ class CredentialInputField(JSONSchemaField):
|
|||||||
'ssh_key_data' not in errors
|
'ssh_key_data' not in errors
|
||||||
]):
|
]):
|
||||||
errors['ssh_key_unlock'] = [_('should not be set when SSH key is not encrypted.')]
|
errors['ssh_key_unlock'] = [_('should not be set when SSH key is not encrypted.')]
|
||||||
|
|
||||||
if errors:
|
if errors:
|
||||||
raise serializers.ValidationError({
|
raise serializers.ValidationError({
|
||||||
'inputs': errors
|
'inputs': errors
|
||||||
|
|||||||
Reference in New Issue
Block a user