Skip to content

Commit

Permalink
Minor API update
Browse files Browse the repository at this point in the history
  • Loading branch information
tbennun committed Jan 6, 2022
1 parent 36d1c47 commit 5fbd44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dace/transformation/transformation.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def print_match(self, sdfg: SDFG) -> str:
else:
graph = sdfg.nodes()[self.state_id]
string = type(self).__name__ + ' in '
string += self.match_to_str(graph, self.subgraph)
string += self.match_to_str(graph)
return string

def to_json(self, parent=None) -> Dict[str, Any]:
Expand Down

0 comments on commit 5fbd44e

Please sign in to comment.