projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pep8 cleanup
[blender-staging.git]
/
build_files
/
buildbot
/
slave_compile.py
diff --git
a/build_files/buildbot/slave_compile.py
b/build_files/buildbot/slave_compile.py
index 708c2951272606054b000dc2d819fe433810bc26..54150a93e61dcbfdc344ff5b1fb3685af6cda31b 100644
(file)
--- a/
build_files/buildbot/slave_compile.py
+++ b/
build_files/buildbot/slave_compile.py
@@
-16,6
+16,8
@@
#
# ##### END GPL LICENSE BLOCK #####
+# <pep8 compliant>
+
import os
import subprocess
import sys
@@
-56,4
+58,3
@@
else:
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
sys.exit(retcode)
-