Even though robot handle_emitter is supposed to accept plain string (that is not an Iterable), the assert checks only against Iterable.
CSVSupervisorEnv handle_emitter is also supposed to be able to send plain strings which is not the case right now.