Skip to content

Commit e7f84a2

Browse files
exclude folders from deletion
1 parent a89ec3b commit e7f84a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/prepare-release-files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_version_number(file_name):
2222
applications = root.findall('.//appLink')
2323
# create a list of applications, reading the field 'n'
2424

25-
app_list = []
25+
app_list = ['Common', 'Examples']
2626
for app in applications:
2727
app_list.append(app.attrib['n'])
2828

0 commit comments

Comments
 (0)