DX export fails with AttributeError for my data

Issue #791 resolved
David Platten created an issue

File "D:\code\python\openrem\openrem\remapp\exports\export_common.py", line 435, in get_xray_filter_info
if u'Aluminum' in str(current_filter.xray_filter_material.code_meaning):
AttributeError: 'NoneType' object has no attribute 'code_meaning'

Comments (2)

  1. Log in to comment