# HG changeset patch # User Edouard Tisserant # Date 1635496051 -7200 # Node ID aa25c89a8845b07a44ae30d562998300b8b2357b # Parent 9a82918e063cc42c1dece8533bdc87bb7365959e SVGHMI: prevent systematic rebuild when there are multiple instances of SVGHMI CTN. diff -r 9a82918e063c -r aa25c89a8845 svghmi/svghmi.py --- 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")