mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-30 01:44:11 +02:00
- request_interactive_review: display current action when opening the editor
This commit is contained in:
@@ -5119,7 +5119,9 @@ def request_interactive_review(apiurl, request):
|
||||
continue
|
||||
state = state_map[mo.group(1)]
|
||||
msg = mo.group(2)
|
||||
footer = str(request)
|
||||
footer = 'changing request from state \'%s\' to \'%s\'\n\n' \
|
||||
% (request.state.name, state)
|
||||
footer += str(request)
|
||||
if tmpfile is not None:
|
||||
tmpfile.seek(0)
|
||||
# the read bytes probably have a moderate size so the str won't be too large
|
||||
|
Reference in New Issue
Block a user