We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42a194b + 9b31f18 commit cd7cac0Copy full SHA for cd7cac0
contrib/kml_export.lua
@@ -334,7 +334,7 @@ local defaultDir = ''
334
if dt.configuration.running_os == "windows" then
335
defaultDir = os.getenv("USERPROFILE")
336
elseif dt.configuration.running_os == "macos" then
337
- defaultDir = os.getenv("home")
+ defaultDir = os.getenv("HOME")
338
else
339
local handle = io.popen("xdg-user-dir DESKTOP")
340
defaultDir = handle:read()
0 commit comments