Skip to content

Commit

Permalink
Fix filename reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Mar 19, 2024
1 parent 3dbda53 commit 0c51385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioino/gff.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ def to_csv(self,
delimiter=sep)
writer.writeheader()

print_err('Writing table to {file.name}...')
print_err(f'Writing table to {file.name}...')
for gff_line in self.as_dict():

writer.writerow(gff_line)
Expand Down

0 comments on commit 0c51385

Please sign in to comment.