[Bf-blender-cvs] [f4d7f52] master: Buildbot: Fix typo in error message

Sergey Sharybin noreply at git.blender.org
Wed Apr 29 10:48:07 CEST 2015


Commit: f4d7f5216fe45a171bb92add0446dc7409c7b542
Author: Sergey Sharybin
Date:   Wed Apr 29 13:47:47 2015 +0500
Branches: master
https://developer.blender.org/rBf4d7f5216fe45a171bb92add0446dc7409c7b542

Buildbot: Fix typo in error message

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index cbe345e..8353bb8 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -140,7 +140,7 @@ else:
 
             retcode = subprocess.call(cur_scons_cmd + scons_options)
             if retcode != 0:
-                print('Error building rules wuth config ' + config)
+                print('Error building rules with config ' + config)
                 sys.exit(retcode)
 
         sys.exit(0)




More information about the Bf-blender-cvs mailing list