|
91 | 91 | qgis_utils.iface.messageBar().pushMessage( |
92 | 92 | 'Semi-Automatic Classification Plugin', QApplication.translate( |
93 | 93 | 'semiautomaticclassificationplugin', |
94 | | - 'Warning. Python library remotior_sensus was not found and was' |
| 94 | + 'Warning. Python library remotior-sensus was not found and was' |
95 | 95 | ' automatically downloaded, but SCP may not work properly.' |
96 | 96 | 'Please, install the required Python library ' |
97 | | - 'remotior_sensus following the user manual.' |
| 97 | + 'remotior-sensus following the user manual.' |
98 | 98 | ), level=Qgis.Warning, duration=10 |
99 | 99 | ) |
100 | 100 | except Exception as error: |
|
137 | 137 | qgis_utils.iface.messageBar().pushMessage( |
138 | 138 | 'Semi-Automatic Classification Plugin', QApplication.translate( |
139 | 139 | 'semiautomaticclassificationplugin', |
140 | | - 'Warning. Python library remotior_sensus was not found ' |
| 140 | + 'Warning. Python library remotior-sensus was not found ' |
141 | 141 | 'and was automatically downloaded, but SCP may not work ' |
142 | 142 | 'properly. Please, install the required Python library ' |
143 | | - 'remotior_sensus following the user manual.' |
| 143 | + 'remotior-sensus following the user manual.' |
144 | 144 | ), level=Qgis.Warning, duration=10 |
145 | 145 | ) |
146 | 146 | except Exception as error: |
|
0 commit comments