Skip to content

Fix gracedb upload

MDC uploads were failing due to a bug in !53 (merged)

I've ported back some of the changes made in the py3 merge, which I'd wrongly assumed was a py2/py3 issue: !141 (comment 627088)

In short, gracedb requires a variable to be True or False, but we were passing in None instead.

Merge request reports