Skip to content

Commit

Permalink
Do not add skipped app component to processed list
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Jun 10, 2021
1 parent 62728fd commit b0acee8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bonfire/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ def _process_app(self, app_name):
log.debug(
"skipping component '%s', not found in --component filter", component_name
)
self.processed_components.add(component_name)
continue
self._process_component(component_name)

Expand Down

0 comments on commit b0acee8

Please sign in to comment.