Skip to content

Commit fd5dcd9

Browse files
committed
disable RevIndex in place of zip
1 parent df62127 commit fd5dcd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sourmash/commands.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ def gather(args):
942942

943943
if args.linear: # force linear traversal?
944944
databases = [LazyLinearIndex(db) for db in databases]
945-
elif 1:
945+
elif 0:
946946
# @CTB foo revindex
947947
print("XXX NOTE: using RevIndex for ZipFileLinearIndex")
948948
from sourmash.index.revindex import RevIndex

0 commit comments

Comments
 (0)