[Bf-blender-cvs] [2c7a703] master: Buildbot: Fix typo

Sergey Sharybin noreply at git.blender.org
Thu Dec 3 12:37:34 CET 2015


Commit: 2c7a70395c7ab283014d64b7551838e7741776a5
Author: Sergey Sharybin
Date:   Thu Dec 3 16:37:17 2015 +0500
Branches: master
https://developer.blender.org/rB2c7a70395c7ab283014d64b7551838e7741776a5

Buildbot: Fix typo

What a shame..

===================================================================

M	build_files/buildbot/slave_pack.py

===================================================================

diff --git a/build_files/buildbot/slave_pack.py b/build_files/buildbot/slave_pack.py
index 250b074..d001b25 100644
--- a/build_files/buildbot/slave_pack.py
+++ b/build_files/buildbot/slave_pack.py
@@ -60,7 +60,7 @@ def parse_header_file(filename, define):
 
 # Make sure install directory always exists
 if not os.path.exists(install_dir):
-    os.makesirs(install_dir)
+    os.makedirs(install_dir)
 
 
 # scons does own packaging




More information about the Bf-blender-cvs mailing list