Addon Manager: Fix #11120

This commit is contained in:
Chris Hennes
2024-01-26 05:12:24 -06:00
committed by Chris Hennes
parent e6341dd51a
commit 0ef7f3d0d8

View File

@@ -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: