Fix type on mirror function

Update false to False if the mirror creation
fails.

Story: 2008862
Task: 46340
Signed-off-by: Luis Sampaio <luis.sampaio@windriver.com>
Change-Id: Id0d898e7cabea583c4dbb91b94a7ee7415c43844
This commit is contained in:
Luis Sampaio 2023-02-16 13:04:19 -08:00
parent d39c2bf1fe
commit d08d25f50b

View File

@ -512,7 +512,7 @@ class RepoMgr():
return True
else:
self.logger.error('Create mirror failed %s : %s' % (repo_name, url))
return false
return False
# List all repositories
# Output: None