mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-05 02:56:17 +01:00
show author's name when listing submitrequests
This commit is contained in:
parent
83862c1040
commit
572c58bc24
@ -1186,9 +1186,9 @@ class SubmitReq:
|
||||
if self.descr:
|
||||
desc = "\n %s" % (repr(self.descr))
|
||||
|
||||
return '%6d %-7s %-50s -> %-20s %s' % \
|
||||
return '%6d %-7s %-12s %-50s -> %-20s %s' % \
|
||||
(self.reqid,
|
||||
self.state.name,
|
||||
self.state.name, "(%s)" % self.state.who,
|
||||
"%s/%s" % (self.src_project, self.src_package),
|
||||
dst, desc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user