mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:22:00 +02:00
move comment to the code it belongs to
This commit is contained in:
parent
403925ef0e
commit
ba62b06f25
1 changed files with 1 additions and 0 deletions
|
@ -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'):
|
||||
|
|
Loading…
Reference in a new issue