mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Merge branch 'CURA-6856_signed_plugins_and_packages' of github.com:Ultimaker/Cura
This commit is contained in:
commit
3da53a3a89
7 changed files with 13 additions and 5 deletions
|
@ -247,7 +247,7 @@ class ContainerManager(QObject):
|
|||
|
||||
try:
|
||||
with open(file_url, "rt", encoding = "utf-8") as f:
|
||||
container.deserialize(f.read())
|
||||
container.deserialize(f.read(), file_url)
|
||||
except PermissionError:
|
||||
return {"status": "error", "message": "Permission denied when trying to read the file."}
|
||||
except ContainerFormatError:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue