Skip to content

Commit bab0fca

Browse files
committed
Remove executable bits from Python scripts
We can't use a single shebang: * on some platforms `python` may mean Python 2, on others - Python 3 * on some platforms `python3` does not exist at all Therefore, we're removing the shebangs altogether.
1 parent a61b7f6 commit bab0fca

File tree

5 files changed

+0
-0
lines changed

5 files changed

+0
-0
lines changed

bin/lesson_check.py

100755100644
File mode changed.

bin/lesson_initialize.py

100755100644
File mode changed.

bin/repo_check.py

100755100644
File mode changed.

bin/test_lesson_check.py

100755100644
File mode changed.

bin/workshop_check.py

100755100644
File mode changed.

0 commit comments

Comments
 (0)