Fix pipeline component mismatch fallback - use boolean flag instead of locals()
- Replace locals().get('goto_after_loading', False) with properly initialized boolean flag
- The locals() approach failed because locals() returns a copy, not a reference
- Now the fallback correctly skips error handling when pipeline loads successfully via detected class
Showing
Please
register
or
sign in
to comment