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
It would be nice if these config issues were caught with a human readable error thrown back, the current error with this wrong config made me think downstream pkgctl wasn't using the config correctly.
# Wrong config I tried to use that throws the problematic error message# git = is not needed to repro
[vtracer]
source = "github"git = "https://github.com/visioncortex/vtracer.git"# Working config, just to be clear
[vtracer]
source = "github"github = "visioncortex/vtracer"use_latest_release = true
It would be nice if these config issues were caught with a human readable error thrown back, the current error with this wrong config made me think downstream
pkgctl
wasn't using the config correctly.nvchecker/nvchecker_source/github.py
Line 164 in 28f1ab5
The text was updated successfully, but these errors were encountered: