Merge branch '4.9' of github.com:Ultimaker/Cura into CURA-8110_upgrader

This commit is contained in:
Jaime van Kessel 2021-04-02 13:48:39 +02:00
commit 67e03e8763
No known key found for this signature in database
GPG key ID: 3710727397403C91
10 changed files with 36 additions and 70 deletions

View file

@ -1,4 +1,4 @@
# Copyright (c) 2018 Ultimaker B.V.
# Copyright (c) 2021 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher.
import re
@ -91,7 +91,7 @@ class PackagesModel(ListModel):
items.append({
"id": package["package_id"],
"type": package["package_type"],
"name": package["display_name"],
"name": package["display_name"].strip(),
"version": package["package_version"],
"author_id": package["author"]["author_id"],
"author_name": package["author"]["display_name"],