-
-
Notifications
You must be signed in to change notification settings - Fork 954
Closed
Labels
Milestone
@andy-shev
Description
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()
.