1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00

- removed useless continue

This commit is contained in:
Marcus Huewe 2010-07-13 11:37:01 +02:00
parent 3ed00b4568
commit 34174e301e

View File

@ -615,7 +615,6 @@ def main(apiurl, opts, argv):
bi.remove_dep(name)
rpmlist_prefers.append((name, path))
print ' - %s (%s)' % (name, path)
continue
print 'Updating cache of required packages'