[FIX] correct a typo in variable name

This commit is contained in:
Gery Debongnie 2014-07-04 21:16:15 +02:00
parent 2db9b911b1
commit a5a50a5694

View File

@ -264,7 +264,7 @@ class runbot_repo(osv.osv):
'author': author,
'subject': subject,
}
Build.create(cr, uid, v)
Build.create(cr, uid, build_info)
# skip old builds (if their sequence number is too low, they will not ever be built)
skippable_domain = [('repo_id', '=', repo.id), ('state', '=', 'pending')]