From ba62b06f2529e531a0cc65365c8f1e95593156df Mon Sep 17 00:00:00 2001 From: Thijs Wenker Date: Wed, 15 Apr 2020 11:15:26 +0200 Subject: [PATCH] move comment to the code it belongs to --- prebuild.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuild.py b/prebuild.py index d0bbc75fb7..cc315a49a4 100644 --- a/prebuild.py +++ b/prebuild.py @@ -149,6 +149,7 @@ def main(): if qtInstallPath != '': pm.writeVar('QT_CMAKE_PREFIX_PATH', qtInstallPath) + # Only allow one instance of the program to run at a time with hifi_singleton.Singleton(pm.lockFile) as lock: with timer('Bootstraping'):