Skip to content

Commit cd6e777

Browse files
Michael KouremetisMichael Kouremetis
authored andcommitted
fix
1 parent f4291e8 commit cd6e777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dreadnode/tracing/span.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def failed(self) -> bool:
219219
def exception(self) -> BaseException | None:
220220
"""Get the exception recorded in the span, if any."""
221221
return self._exception
222-
222+
223223
@property
224224
def duration(self) -> float:
225225
"""Get the duration of the span in seconds."""

0 commit comments

Comments
 (0)