Comment 16 for bug 1329141

Revision history for this message
MichaƂ Sawicz (saviq) wrote :

The temp file is created in:
http://bazaar.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-toolkit/trunk/view/head:/tests/autopilot/ubuntuuitoolkit/fixture_setup.py#L84

Unfortunately NamedTemporaryFile does not let you to tell it not to use underscores... We should be able to rename it after creation, though. It's not a great solution unfortunately.

We still need to verify what caused this to start happening.