Renamed program_executor to executor
This commit is contained in:
		@@ -29,7 +29,7 @@ class ProgramExecutor(Thread):
 | 
				
			|||||||
        self._loop_counter = 0
 | 
					        self._loop_counter = 0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self._state = ProgramExecutorStates.PREPARING
 | 
					        self._state = ProgramExecutorStates.PREPARING
 | 
				
			||||||
        self._logger = logging.getLogger("program_executor")
 | 
					        self._logger = logging.getLogger("executor")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def abort(self):
 | 
					    def abort(self):
 | 
				
			||||||
        self._logger.debug("Aborting due to external request...")
 | 
					        self._logger.debug("Aborting due to external request...")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user