Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
trace
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Feb 18, 2024
1 parent f019528 commit cdf6977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecml_tools/create/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ def will_need_reference(self, path):
self.used_references.add(path)

def notify_result(self, path, result):
print("🎯", " " * TRACE_INDENT, step(path), "notify result", result)
trace("🎯", step(path), "notify result", result)
assert isinstance(path, (list, tuple)), path
path = tuple(path)
if path in self.used_references:
Expand Down

0 comments on commit cdf6977

Please sign in to comment.