Reworks data export

Implements #1264
This commit is contained in:
Simone Mainardi 2017-09-08 17:37:33 +02:00
parent 8ff903534b
commit a13684b3d1
4 changed files with 109 additions and 84 deletions

View file

@ -2070,7 +2070,7 @@ function getPathFromKey(key)
return getPathFromIPv6(key)
end
key = key:gsub("[%.:]", "/")
key = tostring(key):gsub("[%.:]", "/")
return fixPath(key)
end