mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-02 12:22:39 +02:00
fix format issuse
This commit is contained in:
parent
8fa8b4b141
commit
91d5e8491e
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ class Editor(BaseModel):
|
|||
return lines
|
||||
except:
|
||||
pass
|
||||
return [f"Reading failed: `{path}` cannot be decoded by `{encoding_format_list}`. Please ask a human for help."]
|
||||
return [f"Reading failed: `{path}` cannot be decoded by `{encoding_format_list}`."]
|
||||
|
||||
@staticmethod
|
||||
async def _read_pdf(path: Union[str, Path]) -> List[str]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue