mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
on_error takes multiple args
CURA-11289
This commit is contained in:
parent
601a2790fd
commit
608c2344c5
1 changed files with 1 additions and 1 deletions
|
@ -1837,7 +1837,7 @@ class CuraApplication(QtApplication):
|
|||
|
||||
self.readLocalFile(QUrl.fromLocalFile(tmp.name), add_to_recent_files=False)
|
||||
|
||||
def on_error():
|
||||
def on_error(*args, **kwargs):
|
||||
Logger.log("w", "Could not download file from {0}".format(model_url.url()))
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue