Skip to content
Snippets Groups Projects
Commit 16acf1d4 authored by nkour's avatar nkour
Browse files

[stephan k.] fix #798

parent c4a6af00
No related branches found
No related tags found
No related merge requests found
......@@ -242,6 +242,7 @@ _('Connection with peer cannot be established.'))
files_path_list = dialog.get_filenames()
file_dir = None
dialog.destroy()
file_dir = None
for file_path in files_path_list:
file_path = file_path.decode(sys.getfilesystemencoding())
if os.path.isfile(file_path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment