2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#3731] Exclude _template.json

This commit is contained in:
Francis Dupont
2025-03-18 14:06:11 +01:00
parent 6474491659
commit 7c8249c007

View File

@@ -1,7 +1,7 @@
list = run_command(
GRABBER,
TOP_SOURCE_DIR / 'src/share/api',
'*.json',
'[a-z]*.json',
check: true,
)
api_files = list.stdout().strip().split('\n')