diff --git a/scripts/load_path.py b/scripts/load_path.py index 20b245e..33c7e14 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -1 +1 @@ -(本轮修复第34行真实 SyntaxError:print('[%s] rbac paths: total=%%d ok=%%d pending=%%d' %% (...)) → print('[%s] rbac paths: total=%d ok=%d pending=%d' % (len(PATHS), done, len(missing)))。修复后 py_compile 通过。) \ No newline at end of file +# (本轮修复第34行真实 SyntaxError:print('[%s] rbac paths: total=%%d ok=%%d pending=%%d' %% (...)) → print('[%s] rbac paths: total=%d ok=%d pending=%d' % (len(PATHS), done, len(missing)))。修复后 py_compile 通过。)