Comment 1 for bug 262923

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

What's your username on that system ? It appears this is related to the cache file which can't be encoded.

repository.py line 205 here is:

                cachedbs[cache_file] = sqlite3.connect(cache_file)

is that right?