launchableinc / cli

Launchable CLI
https://pypi.org/project/launchable/
Apache License 2.0
24 stars 13 forks source link

Fix add metadata #817

Closed Konboi closed 8 months ago

Konboi commented 8 months ago

When comparing a NoneType object and another type, we encountered an error e.g.) TypeError: '<' not supported between instances of 'NoneType' and 'list' and we couldn't use the assert_json_orderless_equal(self, a, b) method

So, I fixed it

https://github.com/launchableinc/cli/actions/runs/8390491593?pr=817

sonarcloud[bot] commented 8 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud