Addon Manager: Fix #11120
This commit is contained in:
committed by
Chris Hennes
parent
e6341dd51a
commit
0ef7f3d0d8
@@ -531,7 +531,7 @@ if HAVE_QTNETWORK:
|
||||
any notifications have been called."""
|
||||
reply = self.sender()
|
||||
if not reply:
|
||||
print("Network Manager Error: __reply_finished not called by a Qt signal")
|
||||
# This can happen during a cancellation operation: silently do nothing
|
||||
return
|
||||
|
||||
if reply.error() == QtNetwork.QNetworkReply.NetworkError.OperationCanceledError:
|
||||
|
||||
Reference in New Issue
Block a user