Skip to content

Commit

Permalink
Fix: not all arguments are applied to configuration (#27)
Browse files Browse the repository at this point in the history
* Fix: not all arguments are applied to configuration

* Trying different way that works (tested)
  • Loading branch information
psrok1 authored Aug 1, 2022
1 parent 4b30055 commit 4b8c68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion karton/config_extractor/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"
1 change: 1 addition & 0 deletions karton/config_extractor/config_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def main(cls):
attributes[key].append(value)

config = Config(args.config_file)
cls.config_from_args(config, args)
service = ConfigExtractor(
config,
modules=args.modules,
Expand Down

0 comments on commit 4b8c68c

Please # to comment.