feat(shared): pass config data via init (#2042)
This commit is contained in:
parent
2bde574487
commit
1147853c63
8 changed files with 65 additions and 44 deletions
|
@ -34,7 +34,7 @@ def cli(
|
|||
Run analyzer.
|
||||
"""
|
||||
setup_logger(level_from_name(log_level), log_filepath)
|
||||
config = Config(filepath=config_filepath)
|
||||
config = Config(config_filepath)
|
||||
|
||||
# Start up the StatusReporter process
|
||||
StatusReporter.start_thread(retry_queue_filepath)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue