mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-01 00:09:14 -04:00
typo
This commit is contained in:
parent
64602097ee
commit
4f415c56e5
@ -66,7 +66,7 @@ class PostGisDBConnector(DBConnector):
|
||||
try:
|
||||
self.connection = psycopg2.connect(expandedConnInfo)
|
||||
except self.connection_error_types() as e:
|
||||
# get credentials if cached or assking to the user no more than 3 times
|
||||
# get credentials if cached or asking to the user no more than 3 times
|
||||
err = unicode(e)
|
||||
uri = self.uri()
|
||||
conninfo = uri.connectionInfo(False)
|
||||
|
||||
@ -244,8 +244,8 @@ QgsPostgresConn::QgsPostgresConn( const QString &conninfo, bool readOnly, bool s
|
||||
fileName.remove( QStringLiteral( "'" ) );
|
||||
QFile file( fileName );
|
||||
// set minimal permission to allow removing on Win.
|
||||
// On linux and Mac if file is set with QFile::>ReadUser
|
||||
// does not create problem removin certs
|
||||
// On linux and Mac if file is set with QFile::ReadUser
|
||||
// does not create problem removing certs
|
||||
if ( !file.setPermissions( QFile::WriteOwner ) )
|
||||
{
|
||||
QString errorMsg = tr( "Cannot set WriteOwner permission to cert: %0 to allow removing it" ).arg( file.fileName() );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user