Skip to content

Commit

Permalink
Bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
vkhaydarov committed Aug 16, 2022
1 parent e64c68f commit e0dbbbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/planteye_vision/pipeline_execution/pipeline_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def configure_shell(self):
logging.info('Shell configured')

def configure_inlets(self):
self.inlets = []
logging.info('INLETS CONFIGURATION:')
inlet_configs = self.config.get_inlet_configs()
inlets_obj = []
Expand All @@ -89,6 +90,7 @@ def configure_inlets(self):
logging.info('Inlets configured successfully')

def configure_processors(self):
self.processors = []
logging.info('PROCESSORS CONFIGURATION:')
processors_configs = self.config.get_processor_configs()
processors_obj = []
Expand Down

0 comments on commit e0dbbbf

Please sign in to comment.