convert symbol to string
This commit is contained in:
parent
ee2646b565
commit
2c7b34cdd9
@ -103,7 +103,7 @@ end
|
||||
function addExtension(fn::AbstractString, ext::AbstractString)
|
||||
try
|
||||
oldext = getExtension(fn)
|
||||
if _savemap[oldext] == ext
|
||||
if string(_savemap[oldext]) == ext
|
||||
return fn
|
||||
else
|
||||
return "$fn.$ext"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user