mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[FIX] correct a typo in variable name
This commit is contained in:
parent
2db9b911b1
commit
a5a50a5694
@ -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')]
|
||||
|
Loading…
Reference in New Issue
Block a user