Skip to content

Commit d974fba

Browse files
Merge pull request #335 from agiudiceandrea/fix-pakcage-name
Fix remotior-sensus package name in warning message
2 parents cee9e9f + 0ec3dde commit d974fba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

semiautomaticclassificationplugin.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@
9191
qgis_utils.iface.messageBar().pushMessage(
9292
'Semi-Automatic Classification Plugin', QApplication.translate(
9393
'semiautomaticclassificationplugin',
94-
'Warning. Python library remotior_sensus was not found and was'
94+
'Warning. Python library remotior-sensus was not found and was'
9595
' automatically downloaded, but SCP may not work properly.'
9696
'Please, install the required Python library '
97-
'remotior_sensus following the user manual.'
97+
'remotior-sensus following the user manual.'
9898
), level=Qgis.Warning, duration=10
9999
)
100100
except Exception as error:
@@ -137,10 +137,10 @@
137137
qgis_utils.iface.messageBar().pushMessage(
138138
'Semi-Automatic Classification Plugin', QApplication.translate(
139139
'semiautomaticclassificationplugin',
140-
'Warning. Python library remotior_sensus was not found '
140+
'Warning. Python library remotior-sensus was not found '
141141
'and was automatically downloaded, but SCP may not work '
142142
'properly. Please, install the required Python library '
143-
'remotior_sensus following the user manual.'
143+
'remotior-sensus following the user manual.'
144144
), level=Qgis.Warning, duration=10
145145
)
146146
except Exception as error:

0 commit comments

Comments
 (0)