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
parent 5a37d9d2
Pipeline #231 canceled with stages