We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65882a2 commit 7cde20cCopy full SHA for 7cde20c
isis/src/base/objs/Cube/Cube.cpp
@@ -816,7 +816,7 @@ namespace Isis {
816
if (hDriver != nullptr) {
817
GDALDriver* poDriver = (GDALDriver*)hDriver;
818
QString driverDescription = poDriver->GetDescription();
819
- openWithGdal = driverDescription != QString("ISIS3");
+ openWithGdal = (!driverDescription.contains("ISIS"));
820
}
821
822
try{
0 commit comments