This commit is contained in:
j 2024-08-29 17:36:30 +02:00
parent 44bd62897c
commit 9021131e8d

View file

@ -554,7 +554,6 @@ class KDEnliveProject:
] + value) ] + value)
] ]
def properties(self, *props): def properties(self, *props):
return [ return [
self.get_element("property", attrib={"name": name}, text=str(value) if value is not None else value) self.get_element("property", attrib={"name": name}, text=str(value) if value is not None else value)