Skip to content

Commit d42cd59

Browse files
committed
API change color->style
1 parent 03b8d33 commit d42cd59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trepan/processor/command/info_subcmd/threads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def run(self, args):
177177
pass
178178
s += "\n "
179179
s += Mstack.format_stack_entry(
180-
self, (frame, frame.f_lineno), color=self.settings["highlight"]
180+
self, (frame, frame.f_lineno), style=self.settings["style"]
181181
)
182182
self.section("-" * 40)
183183
self.msg(s)

0 commit comments

Comments
 (0)