* src/tools/docmaker/utils.py (check_output): Add missing `\n'.

This commit is contained in:
Werner Lemberg 2015-06-27 07:12:42 +02:00
parent 1982a88d5c
commit 802f6a9abd
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,10 @@
2015-06-27 Werner Lemberg <wl@gnu.org>
* src/tools/docmaker/utils.py (check_output): Add missing `\n'.
2015-06-26 Werner Lemberg <wl@gnu.org>
* CMakeLists.txt: Select platform-dependend `ftdebug.c'.
* CMakeLists.txt: Select platform-dependent `ftdebug.c'.
2015-06-25 Werner Lemberg <wl@gnu.org>

View File

@ -79,7 +79,7 @@ def check_output():
if not os.path.isdir( output_dir ):
sys.stderr.write( "argument"
+ " '" + output_dir + "' "
+ "is not a valid directory" )
+ "is not a valid directory\n" )
sys.exit( 2 )
else:
output_dir = None