Skip to content

Commit

Permalink
Log discover_as in keyword monitoring marker
Browse files Browse the repository at this point in the history
CMK-18043
  • Loading branch information
jherbel committed Jun 26, 2024
1 parent 7682df5 commit 98cf1ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions RobotmkLibrary/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# pylint: disable=invalid-name, missing-module-docstring
import logging


def monitor_subsequent_keyword_runtime( # pylint: disable=missing-function-docstring
*,
discover_as: str, # pylint: disable=unused-argument
discover_as: str,
) -> None:
return
logging.info(discover_as)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "robotframework-robotmklibrary"
version = "0.0.1"
version = "0.0.2"
description = "A Robot Framework keyword library intended to be used with Robotmk."
authors = ["Jörg Herbel <[email protected]>"]
packages = [
Expand Down

0 comments on commit 98cf1ed

Please sign in to comment.