CURA-5035 Review feedback

This commit is contained in:
Ian Paschal 2018-05-02 12:01:29 +02:00
parent 3934f6f1b3
commit 62aeb6c954
10 changed files with 9 additions and 78 deletions

View file

@ -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.