##// END OF EJS Templates
convert: use pycompat.fsencode()...
Gregory Szorc -
r43342:058c2468 default
parent child Browse files
Show More
@@ -85,7 +85,7 b' class gnuarch_source(common.converter_so'
85
85
86 # Get name of temporary directory
86 # Get name of temporary directory
87 version = self.treeversion.split('/')
87 version = self.treeversion.split('/')
88 self.tmppath = os.path.join(tempfile.gettempdir(),
88 self.tmppath = os.path.join(pycompat.fsencode(tempfile.gettempdir()),
89 'hg-%s' % version[1])
89 'hg-%s' % version[1])
90
90
91 # Generate parents dictionary
91 # Generate parents dictionary
General Comments 0
You need to be logged in to leave comments. Login now