Author: jpages Date: 2012-04-27 17:28:13 +0200 (Fri, 27 Apr 2012) New Revision: 651 Url: http://nuiton.org/repositories/revision/jrst/651 Log: En cas d'erreur dans le __run__.py , les erreurs sont affich?\195?\169es. Modified: branches/jrst-docutils-jython/docutils/src/main/resources/docutils/__run__.py Modified: branches/jrst-docutils-jython/docutils/src/main/resources/docutils/__run__.py =================================================================== --- branches/jrst-docutils-jython/docutils/src/main/resources/docutils/__run__.py 2012-04-27 13:58:29 UTC (rev 650) +++ branches/jrst-docutils-jython/docutils/src/main/resources/docutils/__run__.py 2012-04-27 15:28:13 UTC (rev 651) @@ -50,9 +50,7 @@ listType = ["xml", "html", "odt", "latex", "man", "s5", "xetex"] if typeOutput in listType: - if typeOutput == "man": - typeOutput = "manpage" - publish_file( source_path=filein, destination_path=fileout, + print publish_file( source_path=filein, destination_path=fileout, writer_name=typeOutput ) else: print "Wrong output format"