Skip to content

Commit

Permalink
Client: Convert uname to property.
Browse files Browse the repository at this point in the history
  • Loading branch information
matan1008 committed Mar 7, 2022
1 parent 81936cd commit bbe7d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpcclient/rpcclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def info(self):
print(f'ppid: {self.symbols.getppid():d}')
print(f'progname: {self.symbols.getprogname().peek_str()}')

@property
def uname(self):
""" get the utsname struct from remote """
raise NotImplementedError()
Expand Down

0 comments on commit bbe7d26

Please sign in to comment.