modbus/modbus.py
branchsvghmi
changeset 2993 b76f303ffce6
parent 2677 556935640ec0
child 2719 745b64e7c695
--- a/modbus/modbus.py	Fri Jul 10 11:15:41 2020 +0200
+++ 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")),
         )