We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c85cd commit b1db96bCopy full SHA for b1db96b
python/pyplugin_installer/installer_data.py
@@ -353,8 +353,8 @@ def fetchingInProgress(self):
353
def killConnection(self, key):
354
""" kill the fetching on demand """
355
if self.mRepositories[key]["state"] == 1 and self.mRepositories[key]["xmlData"] and self.mRepositories[key]["xmlData"].isRunning():
356
- self.mRepositories[key]["xmlData"].finished.disconnect()
357
self.mRepositories[key]["xmlData"].abort()
+ self.mRepositories[key]["xmlData"].finished.disconnect()
358
359
# ----------------------------------------- #
360
def xmlDownloaded(self):
0 commit comments