Skip to content

Commit cd676e3

Browse files
committed
[Plugin Installer] Follow up 4ecf3eb (use QgsNetworkManager in plugin installer)
1 parent 24bbd48 commit cd676e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyplugin_installer/qgsplugininstallerinstallingdialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def requestFinished(self):
8484
reply = self.sender()
8585
self.buttonBox.setEnabled(False)
8686
if reply.error() != QNetworkReply.NoError:
87-
self.mResult = self.http.errorString()
87+
self.mResult = reply.errorString()
8888
self.reject()
8989
del reply
9090
return

0 commit comments

Comments
 (0)