[GRASS-git] [OSGeo/grass] 7545fd: grass.utils: Fix typo in download.py response head...
sakirr
noreply at github.com
Thu Jan 15 04:04:40 PST 2026
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 7545fd83652d021898ab658c532cd919d428fcdd
https://github.com/OSGeo/grass/commit/7545fd83652d021898ab658c532cd919d428fcdd
Author: sakirr <sakirahmed690078 at gmail.com>
Date: 2026-01-15 (Thu, 15 Jan 2026)
Changed paths:
M python/grass/utils/download.py
Log Message:
-----------
grass.utils: Fix typo in download.py response header variable names (#6897)
utils.download: Fix typo in variable names (reponse -> response)
Fixed typo in variable names where 'reponse' was misspelled as 'response'.
Updated both variable definitions and their usages:
- reponse_content_type_header_pattern -> response_content_type_header_pattern
- reponse_content_disposition_header_pattern -> response_content_disposition_header_pattern
This improves code readability and follows proper naming conventions.
Co-authored-by: sakirr <sakirahmed75531 at gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list