mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-08 14:08:42 +02:00
fix PackageNotInstalled printing
This commit is contained in:
@@ -158,10 +158,6 @@ def run(prg):
|
||||
print >>sys.stderr, e.msg
|
||||
return 1
|
||||
|
||||
except oscerr.PackageNotInstalled, e:
|
||||
print >>sys.stderr, e.msg
|
||||
return 1
|
||||
|
||||
except oscerr.WorkingCopyOutdated, e:
|
||||
print >>sys.stderr, e
|
||||
return 1
|
||||
|
Reference in New Issue
Block a user