Skip to content

Commit

Permalink
drop cli_log_file in convert which isn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyBarrette committed Nov 16, 2023
1 parent b9ab7cb commit aa86c75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ocean_data_parser/batch/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ def _get_config(config: dict = None, **kwargs) -> dict:
for key in list(kwargs.keys())
if key.startswith("registry_")
}
cli_log_file = {
"sink" if input == "log_file" else input[9:]: value
for input, value in kwargs.items()
if input.startswith("log_file") and value
}
config = {
**load_config(DEFAULT_CONFIG_PATH),
**(load_config(config) if isinstance(config, str) else config or {}),
Expand Down

0 comments on commit aa86c75

Please sign in to comment.