Kaydet (Commit) 7b0fbb24 authored tarafından Fatih Aşıcı's avatar Fatih Aşıcı

autoxml: Remove redundant check

üst 65330b8c
......@@ -771,7 +771,7 @@ class autoxml(oo.autosuper, oo.autoprop):
return l
def encode(node, l, errs):
if l and len(l) > 0:
if l:
for item in l:
if list_tagpath:
listnode = xmlext.addNode(node, list_tagpath, branch = False)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment