bacnet/bacnet.py
changeset 2719 745b64e7c695
parent 2703 32ffdb32b14e
child 2736 a81b72ef156c
--- a/bacnet/bacnet.py	Fri Dec 25 17:12:02 2020 +0000
+++ b/bacnet/bacnet.py	Mon Jan 18 10:59:28 2021 +0100
@@ -790,6 +790,6 @@
         runtimefile.close()
 
         return ([(Generated_BACnet_c_mainfile_name, CFLAGS)], LDFLAGS, True,
-                ("runtime_bacnet_websettings_%s.py" % location_str, open(runtimefile_path, "rb")),
+                ("runtime_%s_bacnet_websettings.py" % location_str, open(runtimefile_path, "rb")),
         )
         #return [(Generated_BACnet_c_mainfile_name, CFLAGS)], LDFLAGS, True, ('extrafile1.txt', extra_file_handle)