Skip to content

Commit

Permalink
Update FileName.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvinrr committed Nov 18, 2024
1 parent 91879fc commit 354ed53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions isis/src/base/objs/FileName/FileName.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,9 +447,6 @@ namespace Isis {
* @return Boolean
*/
bool FileName::fileExists() const {
if (toString().contains((QString)"https://")) {
return true;
}
return QFileInfo(expanded()).exists();
}

Expand Down

0 comments on commit 354ed53

Please sign in to comment.