Pārlūkot izejas kodu

replace ... with .

ooooo 1 gadu atpakaļ
vecāks
revīzija
cdac82cbc8

+ 1 - 1
taipy/core/_core.py

@@ -61,7 +61,7 @@ class Core:
             self.__class__._is_running = True
             self.__class__._is_running = True
 
 
         self._manage_version_and_block_config()
         self._manage_version_and_block_config()
-        self.__logger.info("Core service started...")
+        self.__logger.info("Core service started.")
         self.__start_dispatcher(force_restart)
         self.__start_dispatcher(force_restart)
 
 
     def stop(self, wait: bool = True, timeout: Optional[float] = None):
     def stop(self, wait: bool = True, timeout: Optional[float] = None):

+ 1 - 1
taipy/core/_orchestrator/_dispatcher/_job_dispatcher.py

@@ -61,7 +61,7 @@ class _JobDispatcher(threading.Thread):
             self.join(timeout=timeout)
             self.join(timeout=timeout)
 
 
     def run(self):
     def run(self):
-        self._logger.debug("Job dispatcher started...")
+        self._logger.debug("Job dispatcher started.")
         while not self._STOP_FLAG:
         while not self._STOP_FLAG:
             try:
             try:
                 if self._can_execute():
                 if self._can_execute():