chmod +x stat.py (#266)

* add modelzoo statistics readthedocs

* chmod stat.py
pull/1801/head
Jintao Lin 2020-11-23 12:44:32 +08:00 committed by GitHub
parent 886db15751
commit d8f780c403
2 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ html_static_path = ['_static']
def builder_inited_handler(app):
subprocess.run(['python ./stat.py'])
subprocess.run(['./stat.py'])
def setup(app):

0
docs/stat.py 100644 → 100755
View File