Closed carlos-villavicencio-adsk closed 7 months ago
Attention: Patch coverage is 0%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 79.44%. Comparing base (
11d3cd7
) to head (c9ad299
).:exclamation: Current head c9ad299 differs from pull request most recent head b8fc2a1. Consider uploading reports for the commit b8fc2a1 to get more accurate results
Files | Patch % | Lines |
---|---|---|
python/tank/descriptor/io_descriptor/appstore.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I cannot make codecov happy even adding the test it wanted 😢
@julien-lang Seems like a Py2 Py3 problem. It seems like we were relying on httpllib2 on Py2. I tried using getattr
but we might end up losing the error message.
Sometimes we have support cases with messages like:
Turns out tk-core is raising an error the moment the error is handled. This PR attempts to fix this by gracefully getting the error description.