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
There is no way to get global configuration parameters without Repo object. config_reader()must be repository independent. So does config_writer() and accompanying methods.
Simplest (and ugly) hack is to allow path=None in Repo().
The text was updated successfully, but these errors were encountered:
@Byron Are you open to PRs? It seems like this is mostly a matter of where to put the relevant code. If I figure out something logical, can I submit a PR and we discuss from there?
There is no way to get global configuration parameters without
Repo
object.config_reader()
must be repository independent. So doesconfig_writer()
and accompanying methods.Simplest (and ugly) hack is to allow
path=None
inRepo()
.The text was updated successfully, but these errors were encountered: