open-sdg / sdg-build

Python package to convert SDG-related data and metadata between formats
MIT License
5 stars 23 forks source link

Do not sort datapackage schemas that were intentionally specified #245

Closed brockfanning closed 3 years ago

brockfanning commented 3 years ago

This tweak prevents the datapackage sorting logic from applying to datapackage schemas that were intentionally provided. The assumption is that if the schemas were intentionally provided then their sorting should be left alone.

brockfanning commented 3 years ago

This is a bugfix that is tricky to test, so I'll go ahead and merge. We'll be testing this functionality very soon in https://github.com/open-sdg/open-sdg/pull/1045 so we should notice any issues then.