Skip to content

Commit

Permalink
plan list type
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Feb 20, 2024
1 parent 05ce843 commit 312eb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ufo/module/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def process_application_selection(self, headers):
print_with_color("Observations👀: {observation}".format(observation=observation), "cyan")
print_with_color("Thoughts💡: {thought}".format(thought=thought), "green")
print_with_color("Selected application📲: {application}".format(application=self.application), "yellow")
print_with_color("Next Plan📚: {plan}".format(plan=self.plan.replace("\\n", "\n")), "cyan")
print_with_color("Next Plan📚: {plan}".format(plan=str(self.plan).replace("\\n", "\n")), "cyan")
print_with_color("Comment💬: {comment}".format(comment=comment), "green")


Expand Down

0 comments on commit 312eb54

Please sign in to comment.