fix(api): check if release.build is NoneType#1078
Conversation
|
@helgi, @kmala and @Joshua-Anderson are potential reviewers of this pull request based on my analysis of |
340cdde to
da0074f
Compare
|
Just had a look, the reason why this fails is because the code assumes (incorrectly I suppose) that it's being called from within #1076 made it so the release object does not have I think you can overall change all the above checks to just this at the top of the function |
da0074f to
730dda2
Compare
|
This also consistently fails because I'm on my laptop and don't have python3 installed while at the conference so I'm just abusing CI as my tester.
Sure, I'll make that change. |
bd45667 to
699c8ee
Compare
699c8ee to
8da43b8
Compare
closes #1077