Skip to content
Snippets Groups Projects
Commit 231a6d27 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

remove redundant args in setup_log_cmd

parent fe9031c6
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!15Include Pydocstyle into CI
Pipeline #368472 failed
......@@ -52,7 +52,7 @@ class os_chdir:
def setup_log_cmd(
mpsd_release: str, script_dir: str, msg: str = None, *args, **kwargs
mpsd_release: str, script_dir: str, msg: str = None, **kwargs
) -> None:
"""
Log the command used to build the toolchains.
......@@ -70,8 +70,6 @@ def setup_log_cmd(
The path to the directory where the scripts are located.
- msg : str, optional
An optional message to log in the command log file.
- *args : tuple
undocumented XXX
- **kwargs : dict
A dictionary with values for
- spe_branch : str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment