diff --git a/gerritx/cmd/update_blueprint.py b/gerritx/cmd/update_blueprint.py index 64a2e54..96529ff 100644 --- a/gerritx/cmd/update_blueprint.py +++ b/gerritx/cmd/update_blueprint.py @@ -64,12 +64,7 @@ DB_DB = GERRIT_CONFIG.get("database", "database") def update_spec(launchpad, project, name, subject, link, topic=None): - # For testing, if a project doesn't match openstack/foo, use - # the openstack-ci project instead. group, project = project.split('/') - if group != 'openstack': - project = 'openstack-ci' - spec = launchpad.projects[project].getSpecification(name=name) if not spec: return