missing newline in last commit
This commit is contained in:
@@ -83,7 +83,7 @@ class bam_config:
|
|||||||
import sys
|
import sys
|
||||||
sys.stderr.write(
|
sys.stderr.write(
|
||||||
"fatal: Not a git repository "
|
"fatal: Not a git repository "
|
||||||
"(or any of the parent directories): .bam")
|
"(or any of the parent directories): .bam\n")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
with open(filepath, 'r') as f:
|
with open(filepath, 'r') as f:
|
||||||
|
Reference in New Issue
Block a user