Skip to content

Commit

Permalink
corrected calibration inclusion filter (needed ,) (#5357)
Browse files Browse the repository at this point in the history
* corrected calibration inclusion filter (needed ,)

* changelog entry downloadIsisData fix
  • Loading branch information
jrcain-usgs authored Dec 1, 2023
1 parent 18e6593 commit 9e135db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion isis/scripts/downloadIsisData
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit 9e135db

Please sign in to comment.