move comment to the code it belongs to

This commit is contained in:
Thijs Wenker 2020-04-15 11:15:26 +02:00
parent 403925ef0e
commit ba62b06f25

View file

@ -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'):