Skip to content

Commit

Permalink
add $ sign
Browse files Browse the repository at this point in the history
  • Loading branch information
geekan committed Jul 7, 2023
1 parent 713c323 commit 4c5e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metagpt/software_company.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def invest(self, investment: float):
"""Invest company. raise NoMoneyException when exceed max_budget."""
self.investment = investment
CONFIG.max_budget = investment
logger.info(f'Investment: {investment}')
logger.info(f'Investment: ${investment}.')
# logger.info(self.config)

def _check_balance(self):
Expand Down

0 comments on commit 4c5e4ae

Please sign in to comment.