[pypy-commit] buildbot default: typo

mattip pypy.commits at gmail.com
Thu Feb 6 03:38:52 EST 2020


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r1131:6c5059da3e8b
Date: 2020-02-06 10:38 +0200
http://bitbucket.org/pypy/buildbot/changeset/6c5059da3e8b/

Log:	typo

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -931,7 +931,7 @@
             # set from testrunner/get_info.py
             target = props.getProperty('target_path')
             exe = os.path.split(target)[-1][:-2]
-            project = opros.getProperty('project', default='PyPy')
+            project = props.getProperty('project', default='PyPy')
             rev = props.getProperty('got_revision')
             branch = props.getProperty('branch')
             if branch == 'None' or branch is None:


More information about the pypy-commit mailing list