Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 18, 2023
1 parent f5fdd20 commit 004f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/helpers/TemplateMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def map(self, obj: Union[Pipeline, Task], uses: Uses) -> Union[Pipeline, Task]:
# Clone git repository specified on the pipeline.uses if exists
template = self.template_repo.get_by_uses(uses)
print("TEMPLATE TO BE MAPPED")
pprint()
pprint(template)
# Resolve which class the final object should have
obj_class = Pipeline
if not issubclass(obj.__class__, Pipeline):
Expand Down

0 comments on commit 004f850

Please sign in to comment.