Skip to content

Commit

Permalink
Explicitly use python3 in the shebang line
Browse files Browse the repository at this point in the history
This reduces confusion about wether the script should use a version 2.x
or a version 3.x Python interpreter.
  • Loading branch information
hnez committed Oct 29, 2024
1 parent 374b15f commit 475599a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mipi-dbi-cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# SPDX-License-Identifier: CC0-1.0
Expand Down

0 comments on commit 475599a

Please sign in to comment.