Skip to content

Commit 73b11ce

Browse files
chablinoCopilot
andauthored
Update agents/s07_task_system.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 70aa7a5 commit 73b11ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

agents/s07_task_system.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ def _clear_dependency(self, completed_id: int):
112112

113113
def list_all(self) -> str:
114114
tasks = []
115-
files = sorted(
116-
self.dir.glob("task_*.json"),
115+
files = sorted(
116+
self.dir.glob("task_*.json"),
117117
key=lambda f: int(f.stem.split("_")[-1])
118118
)
119119
for f in files:

0 commit comments

Comments
 (0)