Skip to content

Commit

Permalink
43 ant 1 (#44)
Browse files Browse the repository at this point in the history
* #43

* #43
  • Loading branch information
antaenc authored Dec 3, 2024
1 parent df7636a commit 4b95cb4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.0.4] - 2024-12-02

### Changed in 0.0.4

- Small fix to incorrect method merge

## [0.0.3] - 2024-12-02

### Changed in 0.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = python-tools
version = 0.0.3
version = 0.0.4
author = senzing
author_email = [email protected]
description = Python Tools
Expand Down
2 changes: 1 addition & 1 deletion sz_tools/_tool_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -564,14 +564,14 @@ def print_warning(msg: Union[Exception, str], end_str: str = "\n\n", output_colo
"""# TODO"""
print(f"\n{colorize_output('WARNING:', 'warning', output_color)} {msg}", end=end_str)


def print_response(
response: Union[int, str],
color_json: bool,
format_json: bool,
scroll_output: bool,
color_output: bool,
color: str = "",
color_disabled: bool = False,
) -> str:
"""# TODO"""
strip_colors = True
Expand Down

0 comments on commit 4b95cb4

Please sign in to comment.