pep8 fixes

This commit is contained in:
Radovan Bast
2015-06-29 22:01:13 +02:00
parent 09980ad895
commit 46cf853445

View File

@ -43,6 +43,7 @@ def setup_build_path(build_path):
else: else:
os.makedirs(build_path, 0o755) os.makedirs(build_path, 0o755)
def adapt_cmake_command_to_arch(cmake_command): def adapt_cmake_command_to_arch(cmake_command):
""" """
Adapt CMake command for MS Windows architecture: Adapt CMake command for MS Windows architecture: