Fix typo causing update_bug hook failure
A typo in update_bug.py recent changes was causing hook failure. Fixes bug 1003377. Change-Id: Ie86a8431b19cbf1777ec3ca6abaf0df51f7d51f7
This commit is contained in:
parent
6241b032b3
commit
617b8d7969
@ -123,7 +123,7 @@ def git2lp(full_project_name):
|
||||
|
||||
def is_direct_release(full_project_name):
|
||||
"""Test against a list of projects who directly release changes."""
|
||||
return full_project name in [
|
||||
return full_project_name in [
|
||||
'openstack-ci/devstack-gate',
|
||||
'openstack-ci/lodgeit',
|
||||
'openstack-ci/meetbot',
|
||||
|
Loading…
x
Reference in New Issue
Block a user