Skip to content

Commit

Permalink
Fix silly mistake in prior commit :(
Browse files Browse the repository at this point in the history
  • Loading branch information
geekscape committed Oct 7, 2024
1 parent f65b682 commit 26fbd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiko_services/main/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def validate(self, pipeline_definition, strict=False):
map_in_nodes = pipeline_definition.map_in_nodes
if not self.validate_mapping(
map_in_nodes, element_name, input):
pass
# print(f"{diagnostic}") # TODO: Ensure this is right

for successor_name in node.successors:
Expand Down

0 comments on commit 26fbd3c

Please sign in to comment.