Skip to content

Commit

Permalink
Missing format string specifier on string post line break
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-f0 committed Aug 1, 2024
1 parent d18f3b7 commit 9582986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binder_trace/binder_trace/tui/listing.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def display(self, selected=False, indent=0) -> str:
log.debug(self.field)
return (
f"{indent * ' '}{self.field.name}: String ({self.field.content[0].content})"
" {self.field.content[1].content}"
f" {self.field.content[1].content}"
)
return f"{indent * ' '}{self.field.name}: String ({self.field.content})"

Expand Down

0 comments on commit 9582986

Please sign in to comment.