mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:39:14 +08:00
Found the dead line while reading some code
This commit is contained in:
parent
67bc45e37d
commit
5139e61475
@ -76,7 +76,6 @@ class PackagesModel(ListModel):
|
||||
if "author_id" not in package["author"] or "display_name" not in package["author"]:
|
||||
package["author"]["author_id"] = ""
|
||||
package["author"]["display_name"] = ""
|
||||
# raise Exception("Detected a package with malformed author data.")
|
||||
|
||||
items.append({
|
||||
"id": package["package_id"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user