Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Feb 22, 2024
1 parent 6c9cd41 commit be76d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewtils/request_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def process_command(self, request):
if parameter.is_kwarg:
if parameter.key not in request.parameters:
request.parameters[parameter.key] = parameter.default

request.status = "IN_PROGRESS"

request = self._ez_client.put_request(request)
Expand Down

0 comments on commit be76d4f

Please sign in to comment.