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 2f70454 commit 2098fc7Copy full SHA for 2098fc7
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