Skip to content

Commit a0a70bc

Browse files
author
Nolan Woods
committed
Fix info header output
1 parent 68dae89 commit a0a70bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biopython_convert/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def convert(input_path, input_type, output_path, output_type, split=None, jpath=
192192
writer = SeqIO.write
193193

194194
if stats:
195-
print("##gff-version 3")
195+
print("##gff-version 3", file=stats)
196196

197197
seq_records = map(_to_SeqRecord, get_records(handle, input_type, jpath))
198198
if split:

0 commit comments

Comments
 (0)