From 73512dd5fcb1262fdb29df3edd8ce2ada8f8be3b Mon Sep 17 00:00:00 2001 From: Alex <61382599+NeffIsBack@users.noreply.github.com> Date: Wed, 2 Apr 2025 00:56:06 +0200 Subject: [PATCH] Remove "TODO" print when parsing non-ascii characters --- pylnk3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylnk3.py b/pylnk3.py index 2136ece..2bd6df1 100644 --- a/pylnk3.py +++ b/pylnk3.py @@ -991,7 +991,7 @@ def __init__(self, lnk=None): self.offs_network_volume_table = read_int(lnk) self.offs_base_name = read_int(lnk) if self.header_size >= _LINK_INFO_HEADER_OPTIONAL: - print("TODO: read the unicode stuff") # TODO: read the unicode stuff + pass # TODO: read the unicode stuff self._parse_path_elements(lnk) else: self.size = None