bacnet/bacnet.py
changeset 2703 32ffdb32b14e
parent 2669 be233279d179
child 2736 a81b72ef156c
--- a/bacnet/bacnet.py	Tue Dec 22 14:53:15 2020 +0100
+++ b/bacnet/bacnet.py	Mon Jul 13 13:56:42 2020 +0200
@@ -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)