beremiz

Parents 9a82918e063c
Children 83ed4ea362db
SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN.
--- a/svghmi/svghmi.py Fri Oct 29 09:45:39 2021 +0200
+++ b/svghmi/svghmi.py Fri Oct 29 10:27:31 2021 +0200
@@ -523,7 +523,7 @@
build_path = self._getBuildPath()
target_path = os.path.join(build_path, target_fname)
- hash_path = os.path.join(build_path, "svghmi.md5")
+ hash_path = os.path.join(build_path, "svghmi_"+location_str+".md5")
self.GetCTRoot().logger.write("SVGHMI:\n")