From df9b71e647e5b3435e0fb6a78ab7eb7106f83517 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 21 Mar 2026 11:38:18 +0800 Subject: [PATCH] bugfix --- load_path.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/load_path.py b/load_path.py index fcce367..1ec9e55 100644 --- a/load_path.py +++ b/load_path.py @@ -1132,7 +1132,8 @@ async def main(): if not l: continue parts = l.split() - path = parts[0], roles=parts[1:] + path = parts[0] + roles=parts[1:] ns = { 'path': path }