diff --git a/tools/lib/url_file.py b/tools/lib/url_file.py index c791444f7..c7ccab1ae 100644 --- a/tools/lib/url_file.py +++ b/tools/lib/url_file.py @@ -164,7 +164,7 @@ class URLFile: return parts def seek(self, pos: int) -> None: - self._pos = pos + self._pos = int(pos) @property def name(self) -> str: