inventables / dxfimport

DXF File Import Easel App
2 stars 0 forks source link

fix failure passing object instead of string #18

Closed hphu3 closed 3 years ago

hphu3 commented 3 years ago

What does this PR do?

Context

The app handling code expects a string to display. When we got an object, the UI would hang with the loading state and not display any error.

Tested

Tested with the dxf import test app and verified the error message appeared for large dxf files.