missing newline in last commit

This commit is contained in:
2014-11-06 18:10:10 +01:00
parent f1da558a3e
commit 9e49a94750

View File

@@ -83,7 +83,7 @@ class bam_config:
import sys
sys.stderr.write(
"fatal: Not a git repository "
"(or any of the parent directories): .bam")
"(or any of the parent directories): .bam\n")
sys.exit(1)
with open(filepath, 'r') as f: