Skip to content
Snippets Groups Projects
Commit 8321b083a83d authored by Pulkit Goyal's avatar Pulkit Goyal
Browse files

py3: make util.datapath a bytes variable

In this patch we make util.datapath a bytes variable, but we have to pass a
unicode to gettext.translation otherwise it will cry. Used pycompat.fsdecode()
to decode it back to unicode as it was converted to bytes using
pycompat.fsencode().
parent 42af0590f4b9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment