Commit 42787101 authored by Kelvin's avatar Kelvin Committed by Jesse Mapel
Browse files

excluded file group now prints original file

parent 4d2c7790
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@ void IsisMain() {
  PvlGroup excludedFiles("ExcludedFiles");
  for(currImage = 0; currImage < inList.size(); currImage++) {
    if(Excluded(currImage)) {
      excludedFiles += PvlKeyword("File", inList[currImage].toString());
      excludedFiles += PvlKeyword("File", inList[currImage].original());
    }
  }