Skip to content

Commit

Permalink
with_traceback
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh2230 committed Nov 7, 2023
1 parent df0a59c commit 3194fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stairlight/source/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def render_by_string_template(
except KeyError as e:
logger.warning(
(
f"{e.message}, "
f"{e.with_traceback}, "
f"source_type: {self.source_type}, "
f"key: {self.key}"
)
Expand Down

0 comments on commit 3194fa1

Please sign in to comment.