hot fix: Non-ASCII character

This commit is contained in:
ytalashko
2015-07-10 12:09:49 +03:00
parent 789602997d
commit 00faa316d7

View File

@@ -656,7 +656,7 @@ def _clean_up_resource_definition(properties):
if v:
if k in ["apps", "groups"]:
clean_properties[k] = [_clean_up_resource_definition(v[0])]
# Remove fields that marathon adds. These arent in the json-schema
# Remove fields that marathon adds. These aren't in the json-schema
# because a user should not specify them. When we do a `get` to see
# the current schema, we may see these fields, but leaving them
# will cause us to unnecessarily fail the schema validation.