mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 05:08:42 +02:00
fixed typo: borken -> broken
This commit is contained in:
@@ -55,7 +55,7 @@ class Buildinfo:
|
||||
root = tree.getroot()
|
||||
|
||||
if root.find('error') != None:
|
||||
sys.stderr.write('buildinfo is borken... it says:\n')
|
||||
sys.stderr.write('buildinfo is broken... it says:\n')
|
||||
error = root.find('error').text
|
||||
sys.stderr.write(error + '\n')
|
||||
sys.exit(1)
|
||||
|
Reference in New Issue
Block a user