We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 0c14bb8 commit a3d10f5Copy full SHA for a3d10f5
src/plugins/spit/qgsspit.cpp
@@ -802,7 +802,7 @@ void QgsSpit::import()
802
else if ( !canceled )
803
{ // if problem importing file occured
804
pro.setValue( temp_progress + tblShapefiles->item( i, ColFEATURECOUNT )->text().toInt() );
805
- QString errTxt = error + "\n" + errorText;
+ QString errTxt = "<pre>" + error + "\n\n" + errorText + "</pre>";
806
QMessageBox::warning( this, tr( "Import Shapefiles" ), errTxt );
807
query = "ROLLBACK";
808
res = PQexec( conn, query.toUtf8() );
0 commit comments