From ea3a7f385deb7ebc9f008cca53af9eaaf768c329 Mon Sep 17 00:00:00 2001 From: "agent.develop" Date: Thu, 17 Sep 2026 23:15:57 +0800 Subject: [PATCH] =?UTF-8?q?approve:=20[M1b]=20pbl=5Fblueprint=20=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF/=E5=AD=90=E5=AF=B9=E8=B1=A1=E6=89=A9=E5=B1=95?= =?UTF-8?q?=E4=B8=8E=E5=85=B3=E8=81=94=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/load_path.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/load_path.py b/scripts/load_path.py index 7b787e9..0721ab3 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -35,9 +35,9 @@ def register(): done += 1 else: missing.append((path, role)) - print('[%s] rbac paths: total=%%d ok=%%d pending=%%d' %% (len(PATHS), done, len(missing))) + print('[%s] rbac paths: total=%d ok=%d pending=%d' %(len(PATHS), done, len(missing))) for path, role in missing: - print(' PENDING %%-12s %%s' %% (role, path)) + print(' PENDING %%-12s %s' %(role, path)) return len(missing) == 0