Skip to content

Commit

Permalink
Remove keywords: WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Dec 13, 2024
1 parent 4bbbb0d commit 264ad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotframework_reportportal/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def end_suite(self, _: Optional[str], attributes: Dict, ts: Optional[Any] = None
self.finish_launch(attributes, ts)

def _log_keyword_data_removed(self, item_id: str) -> None:
msg = LogMessage(f'Keyword data removed using --RemoveKeywords option.')
msg = LogMessage('Keyword data removed using --RemoveKeywords option.')
msg.level = 'INFO'
msg.item_id = item_id
self._log_message(msg)
Expand Down

0 comments on commit 264ad0a

Please sign in to comment.