We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96f5c0 commit e9cfc06Copy full SHA for e9cfc06
commit0/__main__.py
@@ -21,7 +21,7 @@ def main() -> None:
21
)
22
# type check config values
23
cs = ConfigStore.instance()
24
- cs.store(name="user", node=Commit0Config)
+ cs.store(name="user", group="Commit0Config", node=Commit0Config)
25
# have hydra to ignore all command-line arguments
26
sys_argv = copy.deepcopy(sys.argv)
27
sys.argv = [sys.argv[0]]
0 commit comments