mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
Update python/pyplugin_installer/installer_data.py
Co-authored-by: nicogodet <39594821+nicogodet@users.noreply.github.com>
This commit is contained in:
parent
00c7232f1c
commit
22cc4da6e9
@ -332,7 +332,7 @@ class Repositories(QObject):
|
||||
|
||||
def fetchingInProgress(self) -> bool:
|
||||
""" return True if fetching repositories is still in progress """
|
||||
return any(v['state'] == Repositories.STATE_LOADING for _, v in self.mRepositories.items())
|
||||
return any(v['state'] == Repositories.STATE_LOADING for v in self.mRepositories.values())
|
||||
|
||||
def killConnection(self, key: str):
|
||||
""" kill the fetching on demand """
|
||||
|
Loading…
x
Reference in New Issue
Block a user