diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cff9565f0838a1b7b207335972b35c04a3eab31..acab08a928cedd118206b60552d1c0cdddc2d622 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,7 @@ release. - Fixed shadowtau input file parseing errors when using example file [#5316](https://github.com/DOI-USGS/ISIS3/pull/5316) - Fixed ProgramLauncher failing while reporting errors from launched programs [#5331](https://github.com/DOI-USGS/ISIS3/pull/5331) - Fixed high/low filter functionality in trimfilter [#5311](https://github.com/DOI-USGS/ISIS3/issues/5311) +- Fixed downloadIsisData script excluding needed files in the calibration folder [#5272](https://github.com/DOI-USGS/ISIS3/issues/5272) ## [8.0.1] - 2023-08-23 diff --git a/isis/scripts/downloadIsisData b/isis/scripts/downloadIsisData index 64b3baf0a59435a2c30f83c966930224f6dd1827..bfdfc2b808de639ba6ae4303f93b0cd2411ed322 100755 --- a/isis/scripts/downloadIsisData +++ b/isis/scripts/downloadIsisData @@ -17,7 +17,7 @@ import re # priority is: lowest index is highest priority filter_list = [ - '+ calibration/**' # we generally want everything in calibration + '+ calibration/**', # we generally want everything in calibration '- source/', '- /a_older_versions/', '- /former_versions/',