mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-25 20:38:34 +00:00
Merge pull request #17453 from opensourcerouting/fix/raw_python_clippy
tools: Fix syntax raw parsing for make-foobar helper
This commit is contained in:
commit
26b0cca95d
@ -52,7 +52,7 @@ if args.dev_build:
|
|||||||
"grep",
|
"grep",
|
||||||
"-l",
|
"-l",
|
||||||
"-P",
|
"-P",
|
||||||
"^#\s*include.*_clippy.c",
|
r"^#\s*include.*_clippy.c",
|
||||||
"--",
|
"--",
|
||||||
"**.c",
|
"**.c",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user