1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00

- use correct package

This commit is contained in:
Marcus Huewe 2010-08-16 16:04:27 +02:00
parent 322a385f7a
commit 3ceef4d4f2

View File

@ -177,7 +177,7 @@ def run(prg):
print >>sys.stderr, e
return 1
except PackageError, e:
except oscerr.PackageError, e:
print >>sys.stderr, e.msg
return 1