Skip to content

Commit 5ca8aec

Browse files
committed
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.
1 parent 81aaef4 commit 5ca8aec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hal/tests/pinvalidate/pinvalidate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python
2+
13
"""
24
Copyright (c) 2020 ARM Limited
35

0 commit comments

Comments
 (0)