7150: crash on backup or export

svn: r23367
This commit is contained in:
Paul Franklin 2013-10-22 16:53:10 +00:00
parent bf6901e6ed
commit b91765d462

View File

@ -1304,7 +1304,8 @@ class ViewManager(CLIManager):
basefile = file_entry.get_text()
basefile = basefile.replace("/", r"-")
filename = os.path.join(path_entry.get_text(), basefile)
filename = filename.encode(glocale.getfilesystemencoding())
if sys.version_info[0] < 3:
filename = filename.encode(glocale.getfilesystemencoding())
if os.path.exists(filename):
sfilename = get_unicode_path_from_env_var(filename)
question = QuestionDialog2(