Skip to content

Fixes 858#859

Merged
ebroecker merged 2 commits intoebroecker:developmentfrom
daemonPainter:feature/858
Aug 22, 2025
Merged

Fixes 858#859
ebroecker merged 2 commits intoebroecker:developmentfrom
daemonPainter:feature/858

Conversation

@daemonPainter
Copy link
Contributor

Should fix #858, the default preferred_language is a list, not a string, which doesn't support .split(). In addition, marks preferred_language as optional in Earxml.__init__(), defaulting to "EN,DE". This should make test 5 of test_arxml.py now green.

daemonPainter and others added 2 commits August 5, 2025 17:15
…t. Marks preferred_language as optional in earxml.__init__. Should fix failing test cases from test_arxml.py. Fixes ebroecker#858
@ebroecker
Copy link
Owner

grazie

@ebroecker ebroecker merged commit b4a2bc6 into ebroecker:development Aug 22, 2025
2 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: 'list' object has no attribute 'split' in arxml load

2 participants