Skip to content

Commit 34bb626

Browse files
committed
Update pyneofile.py
1 parent 5743176 commit 34bb626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyneofile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ def _parse_global_header(fp, formatspecs, skipchecksum=False):
703703
raise ValueError(
704704
"Bad archive header: magic/version mismatch (got {!r}, expected {!r})".format(magicver, expected_magicver)
705705
)
706-
return {'fencoding': fencoding, 'fnumfiles': fnumfiles, 'fostype': fostype,
706+
return {'fencoding': fencoding, 'fnumfiles': fnumfiles, 'ffilestart': 0, 'fostype': fostype,
707707
'fextradata': extras, 'fchecksumtype': checksumtype,
708708
'ffilelist': [], 'fformatspecs': formatspecs}
709709

0 commit comments

Comments
 (0)