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