Skip to content

Commit

Permalink
Merge pull request #295 from agiudiceandrea/fix-messagelevel
Browse files Browse the repository at this point in the history
Show a "Critical" level message when the remotior_sensus module is not installed
  • Loading branch information
semiautomaticgit authored Oct 12, 2023
2 parents 2298f30 + 7c572e7 commit d3e7fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion semiautomaticclassificationplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
'Error. Please, install the required Python library '
'remotior_sensus'
),
level=Qgis.Info
level=Qgis.Critical
)

try:
Expand Down

0 comments on commit d3e7fb8

Please sign in to comment.