From fb71b2699f3900f9168b3f6f652cea7f8a459619 Mon Sep 17 00:00:00 2001 From: Rebeccah Hunter Date: Thu, 22 Aug 2019 09:41:32 -0400 Subject: [PATCH] removed tabbing --- awx/main/fields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/fields.py b/awx/main/fields.py index ac761ca90e..d0286f553a 100644 --- a/awx/main/fields.py +++ b/awx/main/fields.py @@ -699,7 +699,7 @@ class CredentialInputField(JSONSchemaField): 'ssh_key_data' not in errors ]): errors['ssh_key_unlock'] = [_('should not be set when SSH key is not encrypted.')] - + if errors: raise serializers.ValidationError({ 'inputs': errors