Skip to content

Commit 9fd6efd

Browse files
committed
Update after final review
1 parent fb5542f commit 9fd6efd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/scripts/get_c_apps.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
from ledgered.github import GitHubLedgerHQ, NoManifestException, Condition
22
from github.GithubException import GithubException
3-
43
import sys
54
import json
65

76
if len(sys.argv) != 2:
87
print("Usage: get_c_apps.py <github_token>")
98
sys.exit(1)
109

11-
# Excluded Rust apps
10+
# Excluded C apps
1211
excluded_apps = ["app-avalanche"]
1312

1413
# Retrieve all public apps on LedgerHQ GitHub organization

0 commit comments

Comments
 (0)