--- a/src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py Tue Dec 06 17:35:41 2022 +0100 @@ -156,9 +156,7 @@ if self.__callIndex < len(self.__progs): self.start(self.__callArgs) else: - self.__logError( - self.tr("No suitable pyvenv program could be" " started.\n") - ) + self.__logError(self.tr("No suitable pyvenv program could be started.\n")) self.__cmd = "" self.__finish(0, 0, giveUp=True)