Skip to content

Commit 3305ccd

Browse files
committed
fix #6151
1 parent 0235fad commit 3305ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/fTools/tools/doMergeShapes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def accept( self ):
127127
outFile = QFile( self.outFileName )
128128
if outFile.exists():
129129
if not QgsVectorFileWriter.deleteShapeFile( self.outFileName ):
130-
QMessageBox.warning( self, self.tr( "Delete error" ), self.tr( "Can't delete file %1" ).arg( outFileName ) )
130+
QMessageBox.warning( self, self.tr( "Delete error" ), self.tr( "Can't delete file %1" ).arg( self.outFileName ) )
131131
return
132132

133133
if self.inEncoding == None:

0 commit comments

Comments
 (0)