Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
royopa committed Sep 30, 2020
1 parent 0602c65 commit 90a207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Expand Up @@ -82,7 +82,7 @@ def isbizday(dt_referencia):


def prepare_download_folder(name_download_folder):
path_download = os.path.join('downloads')
path_download = os.path.join(name_download_folder)
if os.path.exists(path_download):
shutil.rmtree(path_download)
os.makedirs(path_download)
Expand Down

0 comments on commit 90a207e

Please sign in to comment.