fix encoding
This commit is contained in:
@@ -104,7 +104,7 @@ def run_workflow():
|
||||
modifications = ai_response.get("modifications", [])
|
||||
modification_plan = command_generator.generate_commands(modifications)
|
||||
|
||||
with open("modification_plan.md", "w") as f:
|
||||
with open("modification_plan.md", "w", encoding="utf-8") as f:
|
||||
f.write(modification_plan)
|
||||
|
||||
log(f"Generated modification plan:\n{modification_plan}")
|
||||
|
||||
Reference in New Issue
Block a user