Skip to content

Commit

Permalink
missed an exec() call
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Dec 29, 2024
1 parent 0041b86 commit 5041644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bsp_tool/branches/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def as_tuple(self) -> list:
_tuple.append(value)
return [int(x) if f in "bBhHiI" else x for x, f in zip(_tuple, split_format(self._format))]

# NOTE: will break in python 3.13
@classmethod
def as_cpp(cls, one_liner_limit: int = 80) -> str:
# MappedArray.as_cpp wrapper
Expand Down

0 comments on commit 5041644

Please sign in to comment.