Skip to content

Commit

Permalink
Add return lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper committed Feb 14, 2024
1 parent aa6e5c2 commit c823ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/archive/wim.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,4 +471,4 @@ def _ts_to_ns(ts: int) -> int:


def _read_name(fh: BinaryIO, length: int) -> str:
fh.read(length).decode("utf-16-le")
return fh.read(length).decode("utf-16-le")

0 comments on commit c823ff7

Please sign in to comment.