Skip to content

Commit

Permalink
Set Current Request after request is created
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Apr 22, 2024
1 parent 9a0fbb5 commit 97f27a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brewtils/request_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ def process_command(self, request):
request.status = "IN_PROGRESS"

request = self._ez_client.put_request(request)

brewtils.plugin.request_context.current_request = request

try:
output = self._invoke_command(brewtils.plugin.CLIENT, request)
except Exception as exc:
Expand Down

0 comments on commit 97f27a3

Please sign in to comment.