Skip to content

Commit

Permalink
exclude folders from deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
jginternational committed May 31, 2024
1 parent a89ec3b commit e7f84a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prepare-release-files.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_version_number(file_name):
applications = root.findall('.//appLink')
# create a list of applications, reading the field 'n'

app_list = []
app_list = ['Common', 'Examples']
for app in applications:
app_list.append(app.attrib['n'])

Expand Down

0 comments on commit e7f84a2

Please sign in to comment.