Skip to content

Commit 66c1549

Browse files
committed
Updated event_trace_builder.py
Fixed a comment.
1 parent f5f7d1f commit 66c1549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trakerr/event_trace_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _get_event_tracelines(cls, tb_):
9797

9898
for filename, line, func, _ in traceback.extract_tb(tb_):
9999
st_line = StackTraceLine()
100-
#Following might break if the user calling program changes the current working
100+
#The following might break if the user calling program changes the current working
101101
#directory. For now, this should work, but this may lead to unintended
102102
#concequences moving forward. The design decision originally was that this was fine.
103103
st_line.file = os.path.relpath(filename, cwd)

0 commit comments

Comments
 (0)