We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d824c commit 4a833faCopy full SHA for 4a833fa
processes/page_manager.py
@@ -159,9 +159,11 @@ def get_manifest_schemas_name_dict(template_config_path: Optional[str] = "dca-te
159
def get_template_download_link(term: str, schema_names_dict: dict[str, list[str]]) -> str:
160
"""
161
Constructs the download URL for a specific template based on its schema name.
162
+
163
Args:
164
term: The name of the template (str).
165
schema_names_dict: A dictionary containing the schema names and display names {display_name: [schema_name]}.
166
167
Returns:
168
The download URL for the template (str).
169
0 commit comments