mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
[#3731] Exclude _template.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
list = run_command(
|
list = run_command(
|
||||||
GRABBER,
|
GRABBER,
|
||||||
TOP_SOURCE_DIR / 'src/share/api',
|
TOP_SOURCE_DIR / 'src/share/api',
|
||||||
'*.json',
|
'[a-z]*.json',
|
||||||
check: true,
|
check: true,
|
||||||
)
|
)
|
||||||
api_files = list.stdout().strip().split('\n')
|
api_files = list.stdout().strip().split('\n')
|
||||||
|
Reference in New Issue
Block a user