newline
This commit is contained in:
parent
44bd62897c
commit
9021131e8d
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue