mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-10 13:37:55 -05:00
Fix
This commit is contained in:
@@ -294,7 +294,6 @@ class TechLead(RelevantFilesMixin, BaseAgent):
|
||||
for line in file_content.split("\n"):
|
||||
if "pythagora_mocked_data" in line:
|
||||
file_content = file_content.replace(line + "\n", "")
|
||||
file.content.content = file_content
|
||||
await self.state_manager.save_file(file.path, file_content)
|
||||
|
||||
def update_epics_and_tasks(self, edited_plan_string):
|
||||
|
||||
Reference in New Issue
Block a user