1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 10:16:14 +01:00

Update build.py

Fix repeated word.
This commit is contained in:
Kevin Tee 2020-07-26 11:57:18 +00:00 committed by GitHub
parent 077138e5ad
commit 783544d2da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -504,7 +504,7 @@ def check_trusted_projects(apiurl, projects):
print("adding '%s' to oscrc: ['%s']['trusted_prj']" % (prj, apiurl))
trusted.append(prj)
elif r != '2':
print("Well, good good bye then :-)")
print("Well, goodbye then :-)")
raise oscerr.UserAbort()
if tlen != len(trusted):