|
|
|
@ -303,7 +303,8 @@ namespace eval punkcheck { |
|
|
|
|
|
|
|
|
|
|
|
set o_targets [lsort -dictionary -increasing $relativepath_targetset] ;#exact sort order not critical - but must be consistent |
|
|
|
set o_targets [lsort -dictionary -increasing $relativepath_targetset] ;#exact sort order not critical - but must be consistent |
|
|
|
|
|
|
|
|
|
|
|
#set targetdict [my targetset_dict] |
|
|
|
#load as dict to test for dupes |
|
|
|
|
|
|
|
set targetdict [my targetset_dict] |
|
|
|
|
|
|
|
|
|
|
|
set record_list [punkcheck::load_records_from_file $punkcheck_file] |
|
|
|
set record_list [punkcheck::load_records_from_file $punkcheck_file] |
|
|
|
set extractioninfo [punkcheck::recordlist::extract_or_create_fileset_record $o_targets $record_list] |
|
|
|
set extractioninfo [punkcheck::recordlist::extract_or_create_fileset_record $o_targets $record_list] |
|
|
|
|