Skip to content
Snippets Groups Projects
Commit a796f19b authored by lucha's avatar lucha
Browse files

count-options uses on-local-blogs instead than on-all-blogs

parent 00a7a35c
Branches
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ import sys ...@@ -9,8 +9,8 @@ import sys
import json import json
from collections import defaultdict from collections import defaultdict
ALL_BLOGS_BIN = os.path.abspath( ALL_LOCAL_BLOGS_BIN = os.path.abspath(
os.path.join(os.path.dirname(__file__), 'on-all-blogs')) os.path.join(os.path.dirname(__file__), 'on-local-blogs'))
def get_option(opt): def get_option(opt):
pipe = subprocess.Popen([ALL_BLOGS_BIN, 'get-option', opt], pipe = subprocess.Popen([ALL_BLOGS_BIN, 'get-option', opt],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment