Moved line into correct section
This commit is contained in:
parent
b273b893c0
commit
3e4e47c0b1
1 changed files with 1 additions and 1 deletions
|
@ -46,8 +46,8 @@ def download_csl():
|
|||
|
||||
bar.finish()
|
||||
|
||||
os.close(_)
|
||||
logger.info("Cleaning Up...")
|
||||
os.close(_)
|
||||
shutil.copytree(CSL_TEMP_DIR, CSL_DIR)
|
||||
os.remove(download_location)
|
||||
remove_dir(CSL_TEMP_DIR)
|
||||
|
|
Reference in a new issue