Skip to content

Commit

Permalink
Merge pull request #61 from rki-mf1/bugfix/paranoid-eof
Browse files Browse the repository at this point in the history
Add missing newline to end of paranoid alignment output
  • Loading branch information
silenus092 authored Jul 6, 2022
2 parents 0523821 + 6fe933a commit d12c1da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/covsonar/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ def import_cached_samples(self): # noqa: C901
+ sample_data["name"]
+ "\n"
+ qry
+ "\n"
)
sys.exit(
"import error: original sequence of sample "
Expand Down

0 comments on commit d12c1da

Please sign in to comment.