src/eric7/VirtualEnv/VirtualenvExecDialog.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9473
3f23dbf37dbe
child 9576
be9f8e7e42e0
--- a/src/eric7/VirtualEnv/VirtualenvExecDialog.py	Tue Dec 06 16:00:06 2022 +0100
+++ b/src/eric7/VirtualEnv/VirtualenvExecDialog.py	Tue Dec 06 16:04:58 2022 +0100
@@ -271,7 +271,7 @@
         except OSError as err:
             self.__logError(
                 self.tr(
-                    """The logfile '{0}' could not be written.\n""" """Reason: {1}\n"""
+                    """The logfile '{0}' could not be written.\nReason: {1}\n"""
                 ).format(logFile, str(err))
             )
         self.__logOutput(self.tr("Done.\n"))

eric ide

mercurial