Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
leytou committed Aug 15, 2023
1 parent f096996 commit f78d990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/protocolplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,8 @@ def __str__(self):
lines.append(
self._get_horizontal(textline=textline, fields=proto_fields, bottom=bottom)
)

# increment field counter
fields_done+=1
# Case 2: We are not at the beginning of the line and we need
# to print something that does not fit in the current line
else:
Expand Down

0 comments on commit f78d990

Please sign in to comment.