Open
Description
When running the download_from_url.py
, an error occurs:
Traceback (most recent call last): File "download_from_url.py", line 27, in <module> download_file(url, DOWNLOADS_DIR) File "/private/tmp/30-Days-of-Python/tutorial-reference/Day 10/download_util.py", line 12, in download_file return new_dl_path NameError: name 'new_dl_path' is not defined
Changing the new_dl_path
variable name to dl_path
in download_util.py
solves the issue.
Metadata
Metadata
Assignees
Labels
No labels