mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-10 04:55:48 +01:00
ups, typo fix
This commit is contained in:
parent
ccdfcf7959
commit
5750e7278c
@ -1319,7 +1319,7 @@ class Request:
|
|||||||
if a.type=="submit":
|
if a.type=="submit":
|
||||||
sr_source="%s/%s -> " % (a.src_project, a.src_package)
|
sr_source="%s/%s -> " % (a.src_project, a.src_package)
|
||||||
if a.type=="change_devel":
|
if a.type=="change_devel":
|
||||||
dst = "developed in %s/%s" % (a.dst_project, a.dst_package)
|
dst = "developed in %s/%s" % (a.src_project, a.src_package)
|
||||||
sr_source="%s/%s" % (a.dst_project, a.dst_package)
|
sr_source="%s/%s" % (a.dst_project, a.dst_package)
|
||||||
|
|
||||||
ret += '\n %s: %-50s %-20s ' % \
|
ret += '\n %s: %-50s %-20s ' % \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user