Error in "Easy Import", msg not defined

Issue #849 resolved
Uwe Schmidt created an issue

I had problems importing one character, an error in “morphing.py” wasn’t handled correctly, because msg was not defined.

I changed the following in morphing.py, line 1186:

if self.message:
msg = self.message
raise DazError(msg, warning=True)

Everything went well afterwards.

Comments (2)

  1. Log in to comment