Skip to content

Commit

Permalink
Oopsie, left things uncommited beaknit#34
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomesbr committed Aug 9, 2016
1 parent b9ad038 commit 95aa3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build-snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ def generate(index):
progress.update(i, 'Generating snippets')
for k, v in index.iteritems():
(arn, title, href, full_href) = v
# snippet = createSnippet(arn, title, href, full_href)
snippet = createSnippet(arn, title, href, full_href)
i += 1
percent = i * 100 / total
progress.update(percent, 'Creating ' + Fore.GREEN + arn)
# writeToOutput(title, snippet)
writeToOutput(title, snippet)
progress.update(percent, 'Snippets completed')


Expand Down

0 comments on commit 95aa3e4

Please sign in to comment.