modbus/modbus.py
changeset 2703 32ffdb32b14e
parent 2677 556935640ec0
child 2719 745b64e7c695
--- 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")),
         )