chmod +x stat.py (#266)

* add modelzoo statistics readthedocs

* chmod stat.py
This commit is contained in:
Jintao Lin 2020-11-23 12:44:32 +08:00 committed by GitHub
parent b6f9f8e9ec
commit 90e8e38e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 Normal file → Executable file
View File