fix: changed the name of the description variable with name of the function

This commit is contained in:
Akibur Rahman
2024-09-07 06:38:21 +00:00
parent 0cc14c4f45
commit ab14bbff46

View File

@@ -322,7 +322,7 @@ def parse_render_settings(
Args:
dictionary (dict): The dictionary to be combined with the command line
arguments.
command_line_arguments (dict[str, str]): The command line arguments.
cli_arguments (dict[str, str]): The command line arguments.
Returns:
dict[str, str]: The combined dictionary.