pbl_common/scripts/load_path.py
2026-09-16 12:51:51 +08:00

1 line
234 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

本轮修复第34行真实 SyntaxErrorprint('[%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 通过