Compare commits

..
2 Commits
Author SHA1 Message Date
Esa Kataja 2034353958 Fix xml docstring 2025-03-20 09:24:32 +02:00
Esa Kataja 6fad3cfe76 Change gitignores 2025-03-20 09:19:50 +02:00
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -11,6 +11,6 @@ wheels/
# Project specific
*.json
*.psm1
*.xml
*.bak
*.bak
src/out/*
originals/*
+1
View File
@@ -31,6 +31,7 @@ def add_connection(root: ET.Element, name: str, attr_list: list[str], descriptio
Args:
root (ET.Element): The root element of the XML configuration.
name (str): The name of the connection parameter.
attr_list (list[str]): List of attributes for the connection parameter.
description (str, optional): The description of the connection parameter. Defaults to "Default description".
Returns: