We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b9527 commit 0317a27Copy full SHA for 0317a27
src/neonutilities/unzip_and_stack.py
@@ -58,7 +58,7 @@ def unzip_zipfile(zippath):
58
Updated Tues Feb 15 2024 to use "with" to ensure zip files properly close out
59
and fix error handling for Windows filepath character length limits
60
61
- Folders should not be downloaded if the path lenght was too long, so this
+ Folders should not be downloaded if the path length was too long, so this
62
might be redundant (see api_helpers.py download_url function)
63
"""
64
0 commit comments