mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 05:08:42 +02:00
- use correct package
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user