mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-24 17:52:19 +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",
|
||||
"-l",
|
||||
"-P",
|
||||
"^#\s*include.*_clippy.c",
|
||||
r"^#\s*include.*_clippy.c",
|
||||
"--",
|
||||
"**.c",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user