mirror of
https://github.com/openSUSE/osc.git
synced 2025-07-31 20:53:38 +02:00
fixed typo
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user