Skip to content

Commit

Permalink
Merge pull request #60 from robamu-org/meier/service8-printout
Browse files Browse the repository at this point in the history
service 8 object id printout
  • Loading branch information
robamu committed May 2, 2022
2 parents 48b6b83 + eec4a2e commit 33a7308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmtccmd/pus/obj_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, object_id: int, name: str = ""):
self.name = ""

def __str__(self):
return f"Object ID 0x{self.as_bytes} with name {self.name}"
return f"Object ID 0x{self.as_string} with name {self.name}"

def __repr__(self):
return self.as_string
Expand Down

0 comments on commit 33a7308

Please sign in to comment.