Skip to content

Commit

Permalink
fix undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Dec 31, 2024
1 parent ebdc08e commit 8e2607f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/javadoc_messagecargo.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def bytes_for_argument(arg_str, start_offset):
elems = [x.strip() for x in inside.group(1).split(',') if x.strip()]
lines = []
if len(elems) == 1:
v = elems[0]
if v.strip().startswith("(byte)"):
lines.append((start_offset, v))
else:
Expand Down

0 comments on commit 8e2607f

Please sign in to comment.