Skip to content

Commit

Permalink
Merge branch 'latest' into searchresult-dataclass
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes authored Apr 16, 2022
2 parents 3039fbc + efc700b commit 6d2cb5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sourmash/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ def search(args):

if args.output:
fieldnames = SearchResult.search_write_cols

with FileOutputCSV(args.output) as fp:
w = csv.DictWriter(fp, fieldnames=fieldnames)

Expand Down

0 comments on commit 6d2cb5a

Please sign in to comment.