Skip to content

Commit

Permalink
dfi export bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg95 committed Feb 27, 2018
1 parent b5dda85 commit e46074b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sc.code.cls
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ ClassMethod export(generated = 0, system = 0, percent = 0, mapped = 0, mask = ""
$$$export( code, filename)
}
elseif ('dfi){
set documentName = $replace(documentName,"/","-")
set filename = $extract(filename,1,*-4)
do $system.OBJ.Export(documentName, filename_".xml")
}
Expand Down Expand Up @@ -229,7 +230,7 @@ ClassMethod gln() [ CodeMode = expression, Private ]
"^"_$classname()
}

ClassMethod init(confile ="isc.json")
ClassMethod init(confile = "isc.json")
{
set stream=##class(%Stream.FileCharacter).%New()
set sc=stream.LinkToFile(..workdir()_"/"_confile)
Expand Down

0 comments on commit e46074b

Please sign in to comment.