[NFC] Please linter by reducing width to < 80 columns.
This commit is contained in:
Родитель
883263b130
Коммит
d9aa72b2fa
|
@ -242,7 +242,8 @@ class CMake(object):
|
|||
|
||||
cwd = os.getcwd()
|
||||
os.chdir(cmake_build_dir)
|
||||
shell.call_without_sleeping([cmake_bootstrap, '--no-qt-gui'], echo=True)
|
||||
shell.call_without_sleeping([cmake_bootstrap, '--no-qt-gui'],
|
||||
echo=True)
|
||||
shell.call_without_sleeping(['make', '-j%s' % self.args.build_jobs],
|
||||
echo=True)
|
||||
os.chdir(cwd)
|
||||
|
|
Загрузка…
Ссылка в новой задаче