1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-25 11:42:12 +01:00

fixed typo

This commit is contained in:
Marcus Hüwe 2008-07-04 12:56:32 +00:00
parent 5b84831d25
commit 010c0ae7a0

View File

@ -52,7 +52,7 @@ class Buildinfo:
try:
tree = ET.parse(filename)
except:
print >>sys.stderr, 'could not parse the buildconfig:'
print >>sys.stderr, 'could not parse the buildinfo:'
print >>sys.stderr, open(filename).read()
sys.exit(1)