Skip to content

Commit d43b2a1

Browse files
author
rocky
committed
Adjust due to one more return value added.
1 parent 3aa932d commit d43b2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdis/lineoffsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def line_numbers(self, include_dups: bool=True, include_offsets: bool=False):
112112

113113
def lineoffsets_in_file(filename: str, toplevel_only=False) -> LineOffsetInfo | None:
114114
obj_path = check_object_path(filename)
115-
version, timestamp, magic_int, code, pypy, source_size, sip_hash = load_module(
115+
version, timestamp, magic_int, code, pypy, source_size, sip_hash, _save_offsets = load_module(
116116
obj_path
117117
)
118118
if pypy:

0 commit comments

Comments
 (0)