mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
CURA-5035 Review feedback
This commit is contained in:
parent
3934f6f1b3
commit
62aeb6c954
10 changed files with 9 additions and 78 deletions
|
@ -254,7 +254,7 @@ class CuraPackageManager(QObject):
|
|||
package_dir = os.path.join(root, dir_name, package_id)
|
||||
if os.path.exists(package_dir):
|
||||
Logger.log("i", "Removing '%s' for package [%s]", package_dir, package_id)
|
||||
shutil.rmtree(package_dir)
|
||||
shutil.rmtree(package_dir)
|
||||
break
|
||||
|
||||
# Installs all files associated with the given package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue