mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-02 14:45:17 +02:00
commit
46cc9b8c68
2 changed files with 4 additions and 4 deletions
|
|
@ -91,7 +91,7 @@ class DependencyFile:
|
|||
try:
|
||||
key = Path(filename).relative_to(root).as_posix()
|
||||
except ValueError:
|
||||
key = filename
|
||||
key = Path(filename).as_posix()
|
||||
return set(self._dependencies.get(str(key), {}))
|
||||
|
||||
def delete_file(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue