Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog authored Jul 12, 2024
1 parent 6251ea1 commit c56cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brewtils/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_current_request_read_only():
"""Read-Only instance of Current Request
Returns a copy of the current request, modifications to this object
does not impact the actual current request
do not impact the actual current request
"""
return copy.deepcopy(request_context.current_request)

Expand Down

0 comments on commit c56cdb9

Please sign in to comment.