aodn / compliance-checker

Python tool to check your datasets vs compliance standards. Forked to include AODN specific modifications.
Apache License 2.0
1 stars 0 forks source link

Fix duplicate axis message consistency on Py 2/3 #109

Closed benjwadams closed 5 years ago

benjwadams commented 5 years ago

Fixes a duplicate axis message and associated unit test which previously returned a repr() of a list of Unicode strings, which led to different messages under Python 2 and 3. This previously caused unit test failure under Python 3, but is fixed by joining the list contents with the ', ' string.

mhidas commented 5 years ago

Thanks @benjwadams . I realised this after I put up my PR, but haven't had time to fix it. I'm still working on Python 2. I need to kick that habit...