Skip to content

Commit 2dc974e

Browse files
sheavnerIslayTzash
authored andcommitted
fix icon cache in python3
1 parent 3a92e68 commit 2dc974e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vi/cache/cache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def from_blob(x):
3131
def to_blob(x):
3232
return x
3333
def from_blob(x):
34-
return x
34+
return x[0][0]
3535
from vi.cache.dbstructure import updateDatabase
3636

3737

0 commit comments

Comments
 (0)