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:
parent
077138e5ad
commit
783544d2da
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user