mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-08-14 03:59:53 +02:00
🧹 MODS: Fix typo in type=text fix
This commit is contained in:
parent
91502c519d
commit
4178f1e380
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ class TagGroup:
|
||||||
for e in self.group:
|
for e in self.group:
|
||||||
if not e.attrib.get("type") == "text":
|
if not e.attrib.get("type") == "text":
|
||||||
e.attrib["type"] = "text"
|
e.attrib["type"] = "text"
|
||||||
warnings.warn("Added type='text')")
|
warnings.warn("Added type='text'")
|
||||||
return self
|
return self
|
||||||
|
|
||||||
def remove_attributes(self, attribs) -> TagGroup:
|
def remove_attributes(self, attribs) -> TagGroup:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue