Thanks Henrik, committed to trunk:
http://code.google.com/p/asciidoc/source/detail?r=29476d3623a29a0d58eee26cf51532c1481383e4
Cheers, Stuart
On 31/01/11 21:44, Henrik wrote:
I just tried to use some of the supplied AscciiDoc filters like
graphicviz on Windows and found they throw an exception in the
function systemcmd() because the path /dev/null does not exist on
Windows.
I suggest to change in all filters the line:
cmd += ' 2>/dev/null'
to
cmd += ' 2>%s' % os.devnull
which should work on any platform.
Henrik
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/asciidoc?hl=en.