util/paths.py
changeset 1740 b789b695b5c6
parent 1736 7e61baa047f0
child 1744 69dfdb26f600
--- 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