1
0
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:
Ludwig Nussel 2011-04-21 14:30:37 +02:00
parent 4d11387b14
commit f7a781e730

View File

@ -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