diff -r f0a70f0246da -r 32ffdb32b14e modbus/modbus.py --- a/modbus/modbus.py Tue Dec 22 14:53:15 2020 +0100 +++ b/modbus/modbus.py Mon Jul 13 13:56:42 2020 +0200 @@ -1006,5 +1006,5 @@ runtimefile.close() return ([(Gen_MB_c_path, ' -I"' + ModbusPath + '"')], LDFLAGS, True, - ("runtime_modbus_websettings_%s.py" % location_str, open(runtimefile_path, "rb")), + ("runtime_%s_modbus_websettings.py" % location_str, open(runtimefile_path, "rb")), )