Skip to content

Commit 6c8ddaf

Browse files
committed
Small update
1 parent d4dd42a commit 6c8ddaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyneofile/pyneofile.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 NeoFileArrayToArrayIndex(inarray, returnfp=False):
8823+
def NeoFileArrayToArrayIndex(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)