mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
- do_submitrequest: use continue to start next loop iteration (instead of "next"...)
This commit is contained in:
parent
c398cb344a
commit
5e22cd3f4f
@ -1060,10 +1060,10 @@ class Osc(cmdln.Cmdln):
|
||||
print("Submitting package ", p)
|
||||
else:
|
||||
print(" Skipping not modified package ", p)
|
||||
next
|
||||
continue
|
||||
else:
|
||||
print("Skipping package ", p, " since it is a source link pointing inside the project.")
|
||||
next
|
||||
continue
|
||||
|
||||
serviceinfo = root.find('serviceinfo')
|
||||
if serviceinfo != None:
|
||||
|
Loading…
Reference in New Issue
Block a user