diff -r ec153828ded2 -r b789b695b5c6 util/paths.py --- a/util/paths.py Tue Aug 15 12:17:51 2017 +0300 +++ b/util/paths.py Tue Aug 15 15:50:30 2017 +0300 @@ -28,7 +28,7 @@ def AbsFile(file): if isinstance(file, str): - file = unicode(file,sys.getfilesystemencoding()) + file = unicode(file, sys.getfilesystemencoding()) return file