We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b6d9b commit df7b17bCopy full SHA for df7b17b
fabfile.py
@@ -20,11 +20,11 @@ def twitter_images(party=None):
20
for party_id in party_ids():
21
path = "_data/{}_people.yaml".format(party_id)
22
23
- run('python _scripts/twitter_pics.py', path)
+ run('python _scripts/twitter_pics.py {}'.format(path))
24
else:
25
path = "_data/{}_people.yaml".format(party)
26
27
+ run('python _scripts/twitter_pics.py {}'format(path))
28
29
def wikipedia_biogs(party=None):
30
pass
0 commit comments