Skip to content

Commit df7b17b

Browse files
committed
try again.
1 parent 70b6d9b commit df7b17b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fabfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ def twitter_images(party=None):
2020
for party_id in party_ids():
2121
path = "_data/{}_people.yaml".format(party_id)
2222

23-
run('python _scripts/twitter_pics.py', path)
23+
run('python _scripts/twitter_pics.py {}'.format(path))
2424
else:
2525
path = "_data/{}_people.yaml".format(party)
2626

27-
run('python _scripts/twitter_pics.py', path)
27+
run('python _scripts/twitter_pics.py {}'format(path))
2828

2929
def wikipedia_biogs(party=None):
3030
pass

0 commit comments

Comments
 (0)