update generate_readme.py

* Add shebang to explicitly state which Python version the script
  needs.
This commit is contained in:
Graham R. Armstrong 2021-07-16 17:52:21 +01:00
parent a95b5b871f
commit b1973c4381

2
scripts/generate_readme.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
from pathlib import Path from pathlib import Path
def generate_img_tag(file): def generate_img_tag(file):