mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	Fix failing indentation test
This commit is contained in:
		
							parent
							
								
									f639d1e4f0
								
							
						
					
					
						commit
						d97a5e3a83
					
				@ -112,9 +112,9 @@ class Dialog(QDialog, Ui_Dialog):
 | 
			
		||||
            res = QMessageBox.warning(self, self.tr("Warning"),
 | 
			
		||||
                                      self.tr(
 | 
			
		||||
                "Currently QGIS doesn't allow simultaneous access from "
 | 
			
		||||
                                           "different threads to the same datasource. Make sure your layer's "
 | 
			
		||||
                                           "attribute tables are closed. Continue?"),
 | 
			
		||||
                                      QMessageBox.Yes | QMessageBox.No)
 | 
			
		||||
                "different threads to the same datasource. Make sure your layer's "
 | 
			
		||||
                "attribute tables are closed. Continue?"),
 | 
			
		||||
                QMessageBox.Yes | QMessageBox.No)
 | 
			
		||||
            if res == QMessageBox.No:
 | 
			
		||||
                self.btnOk.setEnabled(False)
 | 
			
		||||
                return
 | 
			
		||||
 | 
			
		||||
@ -160,7 +160,7 @@ class nviz(GeoAlgorithm):
 | 
			
		||||
                    else:
 | 
			
		||||
                        layer = dataobjects.getObjectFromUri(param.value)
 | 
			
		||||
                    cellsize = max(cellsize, (layer.extent().xMaximum()
 | 
			
		||||
                                   - layer.extent().xMinimum())
 | 
			
		||||
                                              - layer.extent().xMinimum())
 | 
			
		||||
                                   / layer.width())
 | 
			
		||||
                elif isinstance(param, ParameterMultipleInput):
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -38,7 +38,7 @@ do
 | 
			
		||||
 | 
			
		||||
	echo "Checking $f" >>/tmp/ctest-important.log
 | 
			
		||||
	case "$f" in
 | 
			
		||||
	src/core/gps/qextserialport/*|src/plugins/dxf2shp_converter/dxflib/src/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*)
 | 
			
		||||
	src/core/gps/qextserialport/*|src/plugins/dxf2shp_converter/dxflib/src/*|src/plugins/globe/osgEarthQt/*|src/plugins/globe/osgEarthUtil/*|scripts/customwidget_template*)
 | 
			
		||||
		echo "$f skipped"
 | 
			
		||||
		continue
 | 
			
		||||
		;;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user