1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- get out of the loop..

This commit is contained in:
Marcus Huewe 2010-02-11 02:48:08 +01:00
parent 3a909cf75b
commit 5d27ea3cd7

View File

@ -4639,6 +4639,7 @@ def request_interactive_review(apiurl, request):
else:
msg = msg.strip('\'').strip('"')
change_request_state(apiurl, str(request.reqid), state, msg)
break
finally:
if tmpfile is not None:
tmpfile.close()