archive
/
md-pdf
Archived
1
Fork 0

Try update csl

This commit is contained in:
Jake Howard 2017-05-03 20:53:39 +01:00
parent b8e515089f
commit 44bf3c962f
2 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,5 @@ test:
- flake8 md_pdf/ --ignore=E128,E501
- safety check
- bandit -r md_pdf/
- mdp --update-csl
- cd test-files/ && mdp -vvv

View File

@ -26,6 +26,7 @@ def download_csl():
remove_dir(CSL_DIR)
def download_handle(count, block_size, total_size):
print(count, block_size, total_size, int(count * block_size * 100 / total_size))
bar.update(int(count * block_size * 100 / total_size))
_, download_location = tempfile.mkstemp()