Skip to content

Commit

Permalink
adding more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rvosa committed Sep 8, 2024
1 parent 73af498 commit 6f6fb8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bactria/tool_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ def set_parameter(self, key: str, value: str) -> None:
:param value: Parameter value.
:type value: str
"""
self.logger.debug(f'Setting parameter: {key} = {value}')
self.parameters[key] = value

def get_parameter(self, key: str, default: Optional[str] = None) -> Optional[str]:
Expand Down

0 comments on commit 6f6fb8a

Please sign in to comment.