mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
follow up 86bebab3ce
This commit is contained in:
parent
86bebab3ce
commit
7771a9b253
@ -471,7 +471,7 @@ class Repositories(QObject):
|
||||
self.mRepositories[reposName]["state"] = 2
|
||||
else:
|
||||
self.mRepositories[reposName]["state"] = 3
|
||||
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response doesn't contain plugin metatada.")
|
||||
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response is 200 OK, but doesn't look like plugin metatada.")
|
||||
|
||||
self.repositoryFetched.emit( reposName )
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user