##// END OF EJS Templates
cast unicode in oinspect.find_file
MinRK -
Show More
@@ -296,7 +296,7 b' def find_file(obj):'
296 296 pass
297 297 except:
298 298 pass
299 return fname
299 return cast_unicode(fname)
300 300
301 301
302 302 def find_source_lines(obj):
General Comments 0
You need to be logged in to leave comments. Login now