mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Found the dead line while reading some code
This commit is contained in:
parent
67bc45e37d
commit
5139e61475
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue