Skip to content

Commit 9481067

Browse files
authored
Fix indentation
1 parent dd378a5 commit 9481067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/tools/dataobjects.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def load(fileName, name=None, crs=None, style=None, isRaster=False):
144144
if prjSetting:
145145
settings.setValue('/Projections/defaultBehavior', prjSetting)
146146
raise RuntimeError(QCoreApplication.translate('dataobject',
147-
'Could not load layer: {0}\nCheck the processing framework log to look for errors.').format(fileName))
147+
'Could not load layer: {0}\nCheck the processing framework log to look for errors.').format(fileName))
148148
else:
149149
qgslayer = QgsVectorLayer(fileName, name, 'ogr')
150150
if qgslayer.isValid():

0 commit comments

Comments
 (0)