We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4320b6 + 195f8a0 commit 8d44804Copy full SHA for 8d44804
pr_agent/tools/pr_questions.py
@@ -59,7 +59,7 @@ async def run(self):
59
self.git_provider.publish_comment("Preparing answer...", is_temporary=True)
60
61
# identify image
62
- img_path = self.idenfity_image_in_comment()
+ img_path = self.identify_image_in_comment()
63
if img_path:
64
get_logger().debug(f"Image path identified", artifact=img_path)
65
@@ -78,7 +78,7 @@ async def run(self):
78
self.git_provider.remove_initial_comment()
79
return ""
80
81
- def idenfity_image_in_comment(self):
+ def identify_image_in_comment(self):
82
img_path = ''
83
if '![image]' in self.question_str:
84
# assuming structure:
0 commit comments