HB Run OSW Component

Hello @chris,

I think the HB Run OSW component doesn’t work correctly with the “add_str_” argument.
The code now shows in line 84:

    with open(idf, "a") as idf_file:

and I think should be:

    with open(idf_i, "a") as idf_file:

Thank you

1 Like

Hi,

Thanks for this. This saved me from a lot of having to dig around as to why my script wasn’t working.
I’ve created an issue on Github for it.

Kind regards,
Marc