Skip to content

Commit

Permalink
Tweaked output format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijit J. Theophilus committed Apr 29, 2017
1 parent d0d1993 commit c890eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

# Print the header.
header = ' {:>7} {:^46} {:>5} {:>5} {}'
print(header.format('status', 'package', 'done', 'total', 'errors'))
print(header.format('STATUS', 'PACKAGE', 'DONE', 'TOTAL', 'ERRORS'))

# Create required folders.
for dir_ in ['logs', 'docs']:
Expand Down

0 comments on commit c890eac

Please sign in to comment.