Skip to content

Commit ecb7e4c

Browse files
committed
Small update
1 parent 333a905 commit ecb7e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyarchivefile/pyarchivefile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8820,7 +8820,7 @@ def ListDirToArray(infiles, dirlistfromtxt=False, fmttype=__file_format_default_
88208820

88218821
# ===== Function (keeps inarray schema; returns entries + indexes) =====
88228822

8823-
def ArchiveFileArrayToArrayIndex(inarray, returnfp=False):
8823+
def ArchiveFileArrayToArrayIndex(inarray, returnfp=True):
88248824
"""
88258825
Build a bidirectional index over an archive listing while preserving the
88268826
input 'inarray' as-is. Python 2/3 compatible, no external deps.

0 commit comments

Comments
 (0)