Skip to content
Snippets Groups Projects
Unverified Commit 9e135db4 authored by Jacob Cain's avatar Jacob Cain Committed by GitHub
Browse files

corrected calibration inclusion filter (needed ,) (#5357)

* corrected calibration inclusion filter (needed ,)

* changelog entry downloadIsisData fix
parent 18e6593c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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/',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment