Comment 5 for bug 531793

Revision history for this message
Siegfried Gevatter (rainct) wrote :

Thank you for your bug report. This is now fixed and will be released in 0.3.3.

The problem is the «info.get_uri_display().startswith("/tmp/")»; where get_uri_display() can be None but we weren't checking for that, this has now been fixed (by using get_uri() instead of get_uri_display(), but a "info.get_uri_display() is not None" check would do as well).