mirror of https://github.com/ARMmbed/mbed-os.git
Add shebang to pinvalidate.py
In the Standard Pin Names porting guide, pinvalidate.py is run without prefixing the "python" command. But to make it possible, a shebang needs to exist.pull/14837/head
parent
81aaef48b2
commit
5ca8aec988
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
"""
|
||||
Copyright (c) 2020 ARM Limited
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue