Skip to content

Commit 90e8e38

Browse files
authored
chmod +x stat.py (open-mmlab#266)
* add modelzoo statistics readthedocs * chmod stat.py
1 parent b6f9f8e commit 90e8e38

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def get_version():
8181

8282

8383
def builder_inited_handler(app):
84-
subprocess.run(['python ./stat.py'])
84+
subprocess.run(['./stat.py'])
8585

8686

8787
def setup(app):

docs/stat.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)