This website works better with JavaScript
Home
Explore
Help
Sign In
logic855
/
qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
Watch
1
Star
0
Fork
1
Files
Issues
0
Wiki
Browse Source
Fix missing hashbang
zvecr
2 years ago
parent
565bb704e0
commit
c58c5fa8fa
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
util/ci/firmware_list_generator.py
+ 2
- 0
util/ci/firmware_list_generator.py
View File
@@ -1,3 +1,5 @@
+#!/usr/bin/env python3
+
import os
import json
from pathlib import Path