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

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to