Skip to content

Commit

Permalink
Fix debug log message caused by breaking the long string (#812)
Browse files Browse the repository at this point in the history
Fixes the printing of the type

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #812
  • Loading branch information
dagardner-nv authored Mar 28, 2023
1 parent 8a9e644 commit 46dc67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion morpheus/stages/postprocess/filter_detections_stage.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _build_single(self, builder: mrc.Builder, input_stream: StreamPair) -> Strea

logger.debug(
f"filter_source was set to Auto, infering a filter source of {self._filter_source} based on an input "
"message type of {message_type}")
f"message type of {message_type}")

if self._build_cpp_node():
node = _stages.FilterDetectionsStage(builder,
Expand Down

0 comments on commit 46dc67f

Please sign in to comment.