mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Fix typo
This commit is contained in:
parent
d0d284ad84
commit
e0ffd92a40
@ -195,7 +195,7 @@ def load(fileName, name=None, crs=None, style=None):
|
||||
if prjSetting:
|
||||
settings.setValue('/Projections/defaultBehaviour', prjSetting)
|
||||
raise RuntimeError('Could not load layer: ' + unicode(fileName)
|
||||
+ '\nCheck the procesing framework log to look for errors')
|
||||
+ '\nCheck the processing framework log to look for errors')
|
||||
if prjSetting:
|
||||
settings.setValue('/Projections/defaultBehaviour', prjSetting)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user