mbed-os/tools/config
Michael Quested ce0d611dd0 Fix call to sorted by providing key to sort on.
This call to sorted does nothing in Python 2, as there is no way to sort a list
of Exceptions without providing a key.

In Python 3 this call fails with an error as there is no comparison implemented
for the jsonschema.exceptions.ValidationError Exception.

This is fixed by providing the key str, which sorts by the str representation of
the Exception.
2020-01-17 13:04:57 +00:00
..
__init__.py Fix call to sorted by providing key to sort on. 2020-01-17 13:04:57 +00:00
definitions.json Fix typo in config schema definitons 2019-02-11 08:45:35 -06:00
header.tmpl Config: config header file should contain new line 2017-04-28 10:41:23 +01:00
schema_app.json Pass requires in mbed_app.json test 2019-01-15 17:05:43 -06:00
schema_lib.json Pass requires in mbed_app.json test 2019-01-15 17:05:43 -06:00