Err... this is the correct one:

import os
file = os.open('/tmp/kupfer_test', os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
os.write(file, os.getenv('PWD'))
os.close(file)

-- 
kupfer should set working dir
https://bugs.launchpad.net/bugs/415866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to