Skip to content

Commit

Permalink
[Plugin Installer] Follow up 4ecf3eb (use QgsNetworkManager in plugin…
Browse files Browse the repository at this point in the history
… installer)
  • Loading branch information
borysiasty committed Jun 25, 2013
1 parent 24bbd48 commit cd676e3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ def requestFinished(self):
reply = self.sender() reply = self.sender()
self.buttonBox.setEnabled(False) self.buttonBox.setEnabled(False)
if reply.error() != QNetworkReply.NoError: if reply.error() != QNetworkReply.NoError:
self.mResult = self.http.errorString() self.mResult = reply.errorString()
self.reject() self.reject()
del reply del reply
return return
Expand Down

0 comments on commit cd676e3

Please sign in to comment.