Browse Source

punkcheck validation bug fix

master
Julian Noble 3 months ago
parent
commit
57e446b0c6
  1. 2
      src/bootsupport/modules/punkcheck-0.1.0.tm
  2. 2
      src/modules/punkcheck-0.1.0.tm

2
src/bootsupport/modules/punkcheck-0.1.0.tm

@ -560,7 +560,7 @@ namespace eval punkcheck {
set name [dict get $rec -name]
if {[dict exists $sanity_dict $name]} {
#todo - warn - duplicate record for same targetlist - shouldn't happen as we should be using get_file_record to find existing records
puts stderr "\x1b\[31mpunkcheck::recordlist::records_as_target_dict - multiple records with same targetlist '$tgtlist'\x1b\[m"
puts stderr "\x1b\[31mpunkcheck installtrack - multiple INSTALLER records with same name '$name'\x1b\[m"
set insane "$name"
break
}

2
src/modules/punkcheck-0.1.0.tm

@ -560,7 +560,7 @@ namespace eval punkcheck {
set name [dict get $rec -name]
if {[dict exists $sanity_dict $name]} {
#todo - warn - duplicate record for same targetlist - shouldn't happen as we should be using get_file_record to find existing records
puts stderr "\x1b\[31mpunkcheck::recordlist::records_as_target_dict - multiple records with same targetlist '$tgtlist'\x1b\[m"
puts stderr "\x1b\[31mpunkcheck installtrack - multiple INSTALLER records with same name '$name'\x1b\[m"
set insane "$name"
break
}

Loading…
Cancel
Save