Comment 7 for bug 911146

Revision history for this message
su_v (suv-lp) wrote :

On 30/12/2012 10:27, John Paul Adrian Glaubitz wrote:>From share/extensions/run_command.py:
>
> # ps2pdf may attempt to write to the current directory, which may not
> # be writeable, so we switch to the temp directory first.
> try:
> os.chdir(tempfile.gettempdir())
(…)
> It clearly changes into /tmp before running ps2pdf.

Sorry, you are correct (I thought I did check both python modules before replying, but obviously missed that line).