Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-10-08 14:03:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-08 14:03:01 +0400
commit7614428c09de832df4a39038ceec4eb5e2951800 (patch)
treee9f5219c77884ace7de04095fa5bcdad3da1f9eb /build_files/cmake/project_source_info.py
parent1487ef9828d576088eac3a792069ea95d15579af (diff)
style cleanup: pep8
Diffstat (limited to 'build_files/cmake/project_source_info.py')
-rw-r--r--build_files/cmake/project_source_info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/project_source_info.py b/build_files/cmake/project_source_info.py
index ed17ec5bac4..17a9327a358 100644
--- a/build_files/cmake/project_source_info.py
+++ b/build_files/cmake/project_source_info.py
@@ -85,7 +85,7 @@ def makefile_log():
print("running make with --dry-run ...")
process = subprocess.Popen(["make", "--always-make", "--dry-run", "--keep-going", "VERBOSE=1"],
stdout=subprocess.PIPE,
- )
+ )
while process.poll():
time.sleep(1)