mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
fix PackageNotInstalled printing
This commit is contained in:
parent
4d11387b14
commit
f7a781e730
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user