mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-11 17:54:06 +02:00
ups, typo fix
This commit is contained in:
@@ -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 ' % \
|
||||||
|
Reference in New Issue
Block a user