mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 11:42:12 +01:00
fixed typo
This commit is contained in:
parent
5b84831d25
commit
010c0ae7a0
@ -52,7 +52,7 @@ class Buildinfo:
|
|||||||
try:
|
try:
|
||||||
tree = ET.parse(filename)
|
tree = ET.parse(filename)
|
||||||
except:
|
except:
|
||||||
print >>sys.stderr, 'could not parse the buildconfig:'
|
print >>sys.stderr, 'could not parse the buildinfo:'
|
||||||
print >>sys.stderr, open(filename).read()
|
print >>sys.stderr, open(filename).read()
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user