Skip to content

Commit 96d176f

Browse files
add selected output file to gitignore and fix html parsing mistake
1 parent 554a799 commit 96d176f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ drivers/
192192
temp.py
193193
tests/test_scratch.py
194194

195+
# L10N files
196+
selected_l10n_mappings
197+
195198
# Credentials
196199
credentials.json
197200
testrail_credentials.env

choose_l10n_ci_set.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def process_changed_file(f, selected_mappings):
8787
]
8888
re_set_select = [
8989
r"l10n_CM/constants/.*/.*/.*\.json",
90-
r"l10n_CM/sites/.*/.*\.json",
90+
r"l10n_CM/sites/.*/.*/.*\.html",
9191
r"l10n_CM/region/.*\.json",
9292
]
9393

0 commit comments

Comments
 (0)