Skip to content

Commit

Permalink
Fixed umid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
futzu authored Nov 12, 2024
1 parent a5aa796 commit 1baafb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion threefive/upids.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ def encode(self, nbin, seg_upid):
encode Umid Upid
"""
_, self.upid_value = self.redecode(seg_upid)
self.redecode()
chunks = self.upid_value.split(".")
for chunk in chunks:
nbin.add_hex(chunk, 32)
Expand Down

0 comments on commit 1baafb8

Please sign in to comment.