* src/tools/docmaker/utils.py (check_output): Add missing `\n'.
This commit is contained in:
parent
1982a88d5c
commit
802f6a9abd
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user