Buildbot: Fix typo in error message

This commit is contained in:
Sergey Sharybin
2015-04-29 13:47:47 +05:00
parent f8540d7fd5
commit f4d7f5216f

View File

@@ -140,7 +140,7 @@ else:
retcode = subprocess.call(cur_scons_cmd + scons_options) retcode = subprocess.call(cur_scons_cmd + scons_options)
if retcode != 0: if retcode != 0:
print('Error building rules wuth config ' + config) print('Error building rules with config ' + config)
sys.exit(retcode) sys.exit(retcode)
sys.exit(0) sys.exit(0)