You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the PR. However, it seems like using checkout-daq-package.py to check out a single package and not doing a version crosscheck (the arguments needed to reproduce the error) remains broken and there are deeper issues there to be fixed (e.g., the commit has the Python None value, breaking the result). I'll take a look when I get a chance.
Seems:
-def checkout_commit(repo, commit, outdir, is_success_required):
+def checkout_commit(repo, commit, outdir, is_success_required = True):
may be needed.
I'll submit PR shortly.
The text was updated successfully, but these errors were encountered: