Skip to content

Commit

Permalink
RandomLocation remove placeholders from request before processing batch
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Jun 13, 2024
1 parent e3c029f commit b229e60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gunpowder/nodes/random_location.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ def provide(self, request):
timing_process = Timing(self, "process")
timing_process.start()

downstream_request.remove_placeholders()

self.process(batch, downstream_request)

timing_process.stop()
Expand Down

0 comments on commit b229e60

Please sign in to comment.