mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 17:46:17 +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))
|
print("adding '%s' to oscrc: ['%s']['trusted_prj']" % (prj, apiurl))
|
||||||
trusted.append(prj)
|
trusted.append(prj)
|
||||||
elif r != '2':
|
elif r != '2':
|
||||||
print("Well, good good bye then :-)")
|
print("Well, goodbye then :-)")
|
||||||
raise oscerr.UserAbort()
|
raise oscerr.UserAbort()
|
||||||
|
|
||||||
if tlen != len(trusted):
|
if tlen != len(trusted):
|
||||||
|
Loading…
Reference in New Issue
Block a user