Skip to content

Commit 56ba52d

Browse files
committed
Small update
1 parent 9221649 commit 56ba52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyfoxfile/pyfoxfile.py

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

88278827
# ===== Function (keeps inarray schema; returns entries + indexes) =====
88288828

8829-
def FoxFileArrayToArrayIndex(inarray, returnfp=False):
8829+
def FoxFileArrayToArrayIndex(inarray, returnfp=True):
88308830
"""
88318831
Build a bidirectional index over an archive listing while preserving the
88328832
input 'inarray' as-is. Python 2/3 compatible, no external deps.

0 commit comments

Comments
 (0)