Commit f64388e7 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Check BaseModule.name for NullPointerException



This wraps the evaluation of BaseModule.name in try/catch to look for a
NullPointerException that may result from trying to evaluate desiredName
before it's ready. This catches a test case of using a desiredName that
depends on a later defined eager subinstance.

h/t @jackkoenig

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@ibm.com>
parent 2416d1d4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment