Error is displayed on Cura screen

CURA-11289
This commit is contained in:
saumya.jain 2023-12-21 17:26:11 +01:00
parent 608c2344c5
commit a309c9efdb

View file

@ -1839,6 +1839,9 @@ class CuraApplication(QtApplication):
def on_error(*args, **kwargs):
Logger.log("w", "Could not download file from {0}".format(model_url.url()))
Message("Could not download file: " + str(model_url.url()),
title= "Loading Model failed",
message_type=Message.MessageType.ERROR).show()
return
self.getHttpRequestManager().get(