mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
Fix incorrect error message when .shp.xml metadata file doesn't exist
This commit is contained in:
parent
2fed93cdfd
commit
921e6fa1a1
@ -1524,10 +1524,10 @@ void QgsOgrProvider::loadMetadata()
|
||||
}
|
||||
file.close();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
QgsDebugMsg( QStringLiteral( "Error reading %1 - could not open file for read" ).arg( sidecarPath ) );
|
||||
else
|
||||
{
|
||||
QgsDebugMsg( QStringLiteral( "Error reading %1 - could not open file for read" ).arg( sidecarPath ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user