Remove superfluous writeProject() call

We are already doing this in the line above. No need for a second
call.

Change-Id: I62e2d45691a56f0ed441eade97ae4a93d3ca446f
This commit is contained in:
David Shrewsbury 2017-09-27 12:50:04 -04:00
parent d02448dff7
commit c920cc00e4
1 changed files with 1 additions and 1 deletions

View File

@ -1493,7 +1493,7 @@ class ZuulMigrate:
project_dict = self.writeProject(project)
merge_project_dict(
project_dicts, project['name'],
self.writeProject(project))
project_dict)
project_config = project_dicts_to_list(project_dicts)
seen_jobs = []