Fixed update command

This commit is contained in:
2023-06-13 15:47:44 +02:00
parent 81c2f1cba9
commit a3504af376
18 changed files with 34 additions and 34 deletions

View File

@@ -166,7 +166,7 @@ class UpdateService(CommandABC):
if "\r" in new_package:
new_package = new_package.replace("\r", "")
if new_package == initial_package:
if new_package == old_package:
return
index = self._project_settings.dependencies.index(old_package)