ref: 802f6a9abd30c5e021ae4491d6572182303b2cf6
parent: 1982a88d5c856b266a3d80e9f85f800abbe3af32
author: Werner Lemberg <[email protected]>
date: Sat Jun 27 03:12:42 EDT 2015
* src/tools/docmaker/utils.py (check_output): Add missing `\n'.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+2015-06-27 Werner Lemberg <[email protected]>
+
+ * src/tools/docmaker/utils.py (check_output): Add missing `\n'.
+
2015-06-26 Werner Lemberg <[email protected]>
- * CMakeLists.txt: Select platform-dependend `ftdebug.c'.
+ * CMakeLists.txt: Select platform-dependent `ftdebug.c'.
2015-06-25 Werner Lemberg <[email protected]>
--- a/src/tools/docmaker/utils.py
+++ b/src/tools/docmaker/utils.py
@@ -79,7 +79,7 @@
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