Skip to content

Commit

Permalink
bug was fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg95 committed Apr 29, 2019
1 parent 6bf6f5b commit a92263b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cls/dev/code.cls
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ ClassMethod export(mask = "", generated = 0, system = 0, percent = 0, mapped = 0
set filename = ..filename( code_".dfi" )
set documentName = rs.documentName

if ( '$find($zcvt(documentName,"l"), mask ) ) continue
//if ( '$find($zcvt(documentName,"l"), $zcvt(mask,"l") ) ) continue
if ($L(code,"$TRASH")>1) continue
do ..mkdir( filename )

if ( 'generated && $$$isGenerated( code ) ) continue
if ( 'percent && $$$isPercented( code ) ) continue
if ( 'mapped && $$$isMapped( code ) ) continue
if ( '$find( code, mask ) ) continue
if ( '$find($zcvt(documentName,"l"), $zcvt(mask,"l") ) ) continue

if dfi{
$$$log
Expand Down

0 comments on commit a92263b

Please sign in to comment.