Skip to content

Commit

Permalink
[Senedd] Forced delete is part of its process sometimes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Jan 15, 2024
1 parent fafd34d commit 99ac032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/xml2db.pl
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ sub check_extra_gids
$epdelete->execute($gid);
$hdeletegid->execute($gid);
$grdeletegid->execute($gid);
print "FORCED deleting $gid from db, wasn't in XML\n";
print "FORCED deleting $gid from db, wasn't in XML\n" unless $gid =~ /senedd/;
}
}
else {
Expand Down

0 comments on commit 99ac032

Please sign in to comment.