src/eric7/VirtualEnv/VirtualenvUpgradeExecDialog.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9473
3f23dbf37dbe
child 9576
be9f8e7e42e0
equal deleted inserted replaced
9572:3b46c662a004 9573:9960d19d66b5
233 f.write(self.tr("Errors:\n")) 233 f.write(self.tr("Errors:\n"))
234 f.write(errtxt) 234 f.write(errtxt)
235 except OSError as err: 235 except OSError as err:
236 self.__logError( 236 self.__logError(
237 self.tr( 237 self.tr(
238 """The logfile '{0}' could not be written.\n""" """Reason: {1}\n""" 238 """The logfile '{0}' could not be written.\nReason: {1}\n"""
239 ).format(logFile, str(err)) 239 ).format(logFile, str(err))
240 ) 240 )
241 self.__logOutput(self.tr("Done.\n")) 241 self.__logOutput(self.tr("Done.\n"))
242 242
243 def __changeVirtualEnvironmentInterpreter(self): 243 def __changeVirtualEnvironmentInterpreter(self):

eric ide

mercurial