diff options
| author | zvecr <git@zvecr.com> | 2024-07-12 01:18:50 +0100 |
|---|---|---|
| committer | zvecr <git@zvecr.com> | 2024-07-12 01:18:50 +0100 |
| commit | c58c5fa8fabba173de631ee8f38d907c70f5457f (patch) | |
| tree | d0abb576abc4444a5e053953fd8c6d7dd0550cd7 /util | |
| parent | 565bb704e0194a72be18b5a1bc9f8952dbbec44f (diff) | |
Fix missing hashbang
Diffstat (limited to 'util')
| -rwxr-xr-x | util/ci/firmware_list_generator.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/ci/firmware_list_generator.py b/util/ci/firmware_list_generator.py index 18697959f0..5ee274c1bf 100755 --- a/util/ci/firmware_list_generator.py +++ b/util/ci/firmware_list_generator.py | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | #!/usr/bin/env python3 | ||
| 2 | |||
| 1 | import os | 3 | import os |
| 2 | import json | 4 | import json |
| 3 | from pathlib import Path | 5 | from pathlib import Path |
