Skip to content

Commit aa060e6

Browse files
committed
bsdd: guids no longer available
1 parent cee6efe commit aa060e6

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

code/to_bsdd.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,14 @@ def should_include(k, v):
259259

260260

261261
def guid_by_id(id):
262-
"""add guid information (not the document ID, but IFC_DOC GUID)"""
263-
try:
264-
guid = xmi_doc.guids[id]
265-
except KeyError:
266-
guid = ""
262+
# @todo what was this?
263+
264+
# """add guid information (not the document ID, but IFC_DOC GUID)"""
265+
# try:
266+
# guid = xmi_doc.guids[id]
267+
# except KeyError:
268+
269+
guid = ""
267270
return guid
268271

269272

0 commit comments

Comments
 (0)