mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-05-06 16:26:16 +08:00
Update agents/s07_task_system.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -112,8 +112,8 @@ class TaskManager:
|
||||
|
||||
def list_all(self) -> str:
|
||||
tasks = []
|
||||
files = sorted(
|
||||
self.dir.glob("task_*.json"),
|
||||
files = sorted(
|
||||
self.dir.glob("task_*.json"),
|
||||
key=lambda f: int(f.stem.split("_")[-1])
|
||||
)
|
||||
for f in files:
|
||||
|
||||
Reference in New Issue
Block a user