- Rename "instrument_name" to "instrument" inside do_execute(), as ConfigManger.get_instrument() returns a list of Instrument objects, not names. - To avoid name clash, rename the imported instrument module to "instrumentation".