mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:19:15 +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"]:
|
if "author_id" not in package["author"] or "display_name" not in package["author"]:
|
||||||
package["author"]["author_id"] = ""
|
package["author"]["author_id"] = ""
|
||||||
package["author"]["display_name"] = ""
|
package["author"]["display_name"] = ""
|
||||||
# raise Exception("Detected a package with malformed author data.")
|
|
||||||
|
|
||||||
items.append({
|
items.append({
|
||||||
"id": package["package_id"],
|
"id": package["package_id"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user