Skip to content

REFACTOR : _run_config() should not return file_writer_config. #443

@huguesdevimeux

Description

@huguesdevimeux

Now, _run_config returns that :

return args, config_parser, file_writer_config, successfully_read_files

4 things, including file_writer_config.

I do think file_writer_config should be computed outside this function, as now there are several others config type (in particular cfg subcommand, logger, and later livestream subcommand).

file_writer_config should use config_parser like the other configs, outside of _run_config()

Cc @leotrs

Metadata

Metadata

Assignees

No one assigned

    Labels

    pr:deprecationDeprecation, or removal of deprecated coderefactorRefactor or redesign of existing code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions