Commit cf253dd1 authored by Tres Seaver's avatar Tres Seaver

Defaults for user_name / descripion read from storage must be ytes.

parent 89ee3c81
......@@ -1980,7 +1980,7 @@ class UndoSearch:
return None
if status != ' ':
return None
d = u = ''
d = u = b''
if ul:
u = self.file.read(ul)
if dl:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment