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:
parent
322a385f7a
commit
3ceef4d4f2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user