Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development #342

Merged
merged 9 commits into from
Dec 6, 2023
Merged

Development #342

merged 9 commits into from
Dec 6, 2023

Conversation

zvone187
Copy link
Contributor

@zvone187 zvone187 commented Dec 6, 2023

No description provided.

@@ -213,12 +213,12 @@ def escape_specials(self, s):
def replace_file_content(self, message, file_path, new_content):
escaped_file_path = re.escape(file_path)

pattern = rf'\*\*{{ {escaped_file_path} }}\*\*\n```\n(.*?)\n```'
pattern = rf'\*\*{escaped_file_path}\*\*\n```\n(.*?)\n```'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why these changes, what was issue?

@zvone187 zvone187 merged commit a10924d into main Dec 6, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants