Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix default text for populate method
Browse files Browse the repository at this point in the history
joergbuchwald committed Jul 24, 2024
1 parent 0b8009b commit 2edb875
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ogs6py/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Provide a central version."""
__version__ = "0.401"
__version__ = "0.402"
2 changes: 1 addition & 1 deletion ogs6py/classes/build_tree.py
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ def _convertargs(cls, args):
args[item] = str(value)

@classmethod
def populate_tree(cls, parent, tag, text='', attr=None, overwrite=False):
def populate_tree(cls, parent, tag, text=None, attr=None, overwrite=False):
"""
method to create dictionary from an xml entity
"""

0 comments on commit 2edb875

Please sign in to comment.