File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ def accept(self):
112
112
res = QMessageBox .warning (self , self .tr ("Warning" ),
113
113
self .tr (
114
114
"Currently QGIS doesn't allow simultaneous access from "
115
- "different threads to the same datasource. Make sure your layer's "
116
- "attribute tables are closed. Continue?" ),
117
- QMessageBox .Yes | QMessageBox .No )
115
+ "different threads to the same datasource. Make sure your layer's "
116
+ "attribute tables are closed. Continue?" ),
117
+ QMessageBox .Yes | QMessageBox .No )
118
118
if res == QMessageBox .No :
119
119
self .btnOk .setEnabled (False )
120
120
return
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def getDefaultCellsize(self):
160
160
else :
161
161
layer = dataobjects .getObjectFromUri (param .value )
162
162
cellsize = max (cellsize , (layer .extent ().xMaximum ()
163
- - layer .extent ().xMinimum ())
163
+ - layer .extent ().xMinimum ())
164
164
/ layer .width ())
165
165
elif isinstance (param , ParameterMultipleInput ):
166
166
Original file line number Diff line number Diff line change 38
38
39
39
echo " Checking $f " >> /tmp/ctest-important.log
40
40
case " $f " in
41
- src/core/gps/qextserialport/* |src/plugins/dxf2shp_converter/dxflib/src/* |src/plugins/globe/osgEarthQt/* |src/plugins/globe/osgEarthUtil/* )
41
+ src/core/gps/qextserialport/* |src/plugins/dxf2shp_converter/dxflib/src/* |src/plugins/globe/osgEarthQt/* |src/plugins/globe/osgEarthUtil/* |scripts/customwidget_template * )
42
42
echo " $f skipped"
43
43
continue
44
44
;;
You can’t perform that action at this time.
0 commit comments