From 9e49a94750833750d7e095b3398935a1018fab18 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 6 Nov 2014 18:10:10 +0100 Subject: [PATCH] missing newline in last commit --- client/cli/bam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/cli/bam.py b/client/cli/bam.py index 37af89c..55c800e 100755 --- a/client/cli/bam.py +++ b/client/cli/bam.py @@ -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: