Skip to content

Commit

Permalink
fix fstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits committed Mar 5, 2024
1 parent fc48804 commit af15c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogen/agentchat/conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ def _generate_code_execution_reply_using_executor(
else:
print(
colored(
f"\n>>>>>>>> EXECUTING {num_code_blocks} CODE BLOCKS (inferred languages are [{", ".join([x.language for x in code_blocks])}])...",
f"\n>>>>>>>> EXECUTING {num_code_blocks} CODE BLOCKS (inferred languages are [{', '.join([x.language for x in code_blocks])}])...",
"red",
),
flush=True,
Expand Down

0 comments on commit af15c93

Please sign in to comment.