mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-27 18:26:15 +01:00
- removed useless continue
This commit is contained in:
parent
3ed00b4568
commit
34174e301e
@ -615,7 +615,6 @@ def main(apiurl, opts, argv):
|
|||||||
bi.remove_dep(name)
|
bi.remove_dep(name)
|
||||||
rpmlist_prefers.append((name, path))
|
rpmlist_prefers.append((name, path))
|
||||||
print ' - %s (%s)' % (name, path)
|
print ' - %s (%s)' % (name, path)
|
||||||
continue
|
|
||||||
|
|
||||||
print 'Updating cache of required packages'
|
print 'Updating cache of required packages'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user