mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-26 06:46:13 +01:00
corrected little typo
This commit is contained in:
parent
fb69bbc4b8
commit
6af51a1652
@ -51,7 +51,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)
|
||||
|
Loading…
Reference in New Issue
Block a user