7150: crash on backup or export
svn: r23367
This commit is contained in:
parent
bf6901e6ed
commit
b91765d462
@ -1304,7 +1304,8 @@ class ViewManager(CLIManager):
|
|||||||
basefile = file_entry.get_text()
|
basefile = file_entry.get_text()
|
||||||
basefile = basefile.replace("/", r"-")
|
basefile = basefile.replace("/", r"-")
|
||||||
filename = os.path.join(path_entry.get_text(), basefile)
|
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):
|
if os.path.exists(filename):
|
||||||
sfilename = get_unicode_path_from_env_var(filename)
|
sfilename = get_unicode_path_from_env_var(filename)
|
||||||
question = QuestionDialog2(
|
question = QuestionDialog2(
|
||||||
|
Loading…
Reference in New Issue
Block a user