mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -03:30
More pep8 goodness
This commit is contained in:
@@ -141,7 +141,7 @@ class BaseModel(models.Model):
|
||||
except ValidationError, e:
|
||||
errors[f.name] = e.messages
|
||||
if errors:
|
||||
raise ValidationError(errors)
|
||||
raise ValidationError(errors)
|
||||
|
||||
def update_fields(self, **kwargs):
|
||||
save = kwargs.pop('save', True)
|
||||
|
||||
Reference in New Issue
Block a user