add thought stream report

This commit is contained in:
shenchucheng 2024-06-13 20:24:14 +08:00
parent b056be5384
commit 93e4c12610
5 changed files with 11 additions and 12 deletions

View file

@ -35,7 +35,7 @@ class Editor:
os.makedirs(directory)
with open(path, "w", encoding="utf-8") as f:
f.write(content)
self.resource.report(path, "path")
# self.resource.report(path, "path")
def read(self, path: str) -> FileBlock:
"""Read the whole content of a file."""