Skip to content

Commit 2525739

Browse files
author
anitagraser
committed
Update messages
1 parent 85c6ff7 commit 2525739

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

qgis_processing/qgisUtils.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
raise ImportError(
2323
"Missing dependency. To use the trajectory analysis algorithms "
2424
"please install MovingPandas. For details see: "
25-
"https://github.com/movingpandas/qgis-processing-trajectory."
25+
"https://codeberg.org/movingpandas/trajectools."
2626
) from error
2727

2828

@@ -48,9 +48,8 @@ def set_multiprocess_path():
4848
multiprocessing.set_executable(python_path)
4949
else:
5050
qgis_utils.iface.messageBar().pushMessage(
51-
'Semi-Automatic Classification Plugin',
51+
'Trajectools',
5252
QApplication.translate(
53-
'semiautomaticclassificationplugin',
5453
'Error. Python library not found'
5554
),
5655
level=Qgis.Info
@@ -74,9 +73,8 @@ def set_multiprocess_path():
7473
multiprocessing.set_executable(python_path)
7574
else:
7675
qgis_utils.iface.messageBar().pushMessage(
77-
'Semi-Automatic Classification Plugin',
76+
'Trajectools',
7877
QApplication.translate(
79-
'semiautomaticclassificationplugin',
8078
'Error. Python library not found'
8179
),
8280
level=Qgis.Info

0 commit comments

Comments
 (0)