Skip to content

Commit

Permalink
removed extra newline char from lines
Browse files Browse the repository at this point in the history
  • Loading branch information
henryjuho committed May 3, 2017
1 parent f6ec124 commit 6172444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ancestral_repeat_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def main():
is_masked = set([x.islower() for x in seqs])

if len(is_masked) == 1 and True in is_masked:
print(line)
print(line.rstrip('\n'))

if __name__ == '__main__':
main()

0 comments on commit 6172444

Please sign in to comment.