modbus/modbus.py
changeset 2719 745b64e7c695
parent 2718 76e8ec46828a
parent 2703 32ffdb32b14e
child 2724 3f3f9dce9140
--- a/modbus/modbus.py	Fri Dec 25 17:12:02 2020 +0000
+++ b/modbus/modbus.py	Mon Jan 18 10:59:28 2021 +0100
@@ -1058,5 +1058,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")),
         )