mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 21:28:42 +02:00
Update build.py
Fix repeated word.
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user