Skip to content

Commit

Permalink
string for howie
Browse files Browse the repository at this point in the history
  • Loading branch information
bboynton97 committed Aug 1, 2024
1 parent 6367053 commit c0a27dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agentops/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def check_agentops_update():
parts = line.split()
if len(parts) > 0 and parts[0] == "agentops":
logger.warning(

Check warning on line 160 in agentops/helpers.py

View check run for this annotation

Codecov / codecov/patch

agentops/helpers.py#L160

Added line #L160 was not covered by tests
f" WARNING: {parts[0]} is out of date. Please update with the command: 'pip install --upgrade {parts[0]}'"
f" WARNING: {parts[0]} is out of date. Please update with the command: 'pip install --upgrade agentops'"
)


Expand Down

0 comments on commit c0a27dd

Please sign in to comment.