Skip to content

Commit

Permalink
client: symbol: add docstring to osstatus
Browse files Browse the repository at this point in the history
  • Loading branch information
doronz88 committed Oct 15, 2024
1 parent f1dcf77 commit 25d7fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpcclient/rpcclient/darwin/symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ def objc_symbol(self):

@property
def osstatus(self) -> Optional[list[ErrorCode]]:
""" Get possible translation to given error code by querying osstatus """
return get_possible_error_codes(self)

0 comments on commit 25d7fa0

Please sign in to comment.