We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee6efe commit aa060e6Copy full SHA for aa060e6
1 file changed
code/to_bsdd.py
@@ -259,11 +259,14 @@ def should_include(k, v):
259
260
261
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 = ""
+ # @todo what was this?
+
+ # """add guid information (not the document ID, but IFC_DOC GUID)"""
+ # try:
+ # guid = xmi_doc.guids[id]
267
+ # except KeyError:
268
269
+ guid = ""
270
return guid
271
272
0 commit comments