Skip to content

Commit 5a6ee17

Browse files
authored
kml_export sanitize_filename()
dsys.launch_default_app(df.sanitize_filename(path))
1 parent 9440085 commit 5a6ee17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/kml_export.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ local function create_kml_file(storage, image_table, extra_data)
286286
path = exportDirectory..PS..exportKMLFilename
287287
end
288288

289-
dsys.launch_default_app(path)
289+
dsys.launch_default_app(df.sanitize_filename(path))
290290
end
291291

292292
end

0 commit comments

Comments
 (0)