Arch: import IFC, pep8, indent

This commit is contained in:
Bernd Hahnebach
2019-08-21 08:37:24 +02:00
parent 6ed7109bb5
commit 658a29fd12

View File

@@ -973,8 +973,8 @@ def insert(filename,docname,skip=[],only=[],root=None):
cobs = []
for child in children:
if child in objects.keys() \
and child not in swallowed: # don't add objects already in groups
cobs.append(objects[child])
and child not in swallowed: # don't add objects already in groups
cobs.append(objects[child])
if not cobs:
continue
if DEBUG and first: