mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 17:16:12 +01:00
commandline.py: fix bad indentation
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
parent
9acda37d5f
commit
e1b8022ca0
@ -1093,8 +1093,8 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
rev=root.get('rev')
|
||||
else:
|
||||
if linkinfo.get('project') != dst_project or linkinfo.get('package') != dst_package:
|
||||
# the submit target is not link target. use merged md5sum references to avoid not mergable
|
||||
# sources when multiple request from same source get created.
|
||||
# the submit target is not link target. use merged md5sum references to
|
||||
# avoid not mergable sources when multiple request from same source get created.
|
||||
rev=root.get('srcmd5')
|
||||
|
||||
rdiff = None
|
||||
@ -6253,7 +6253,6 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
print("\n")
|
||||
print("")
|
||||
|
||||
|
||||
if list_requests:
|
||||
# try api side search as supported since OBS 2.2
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user