From: Ian Jackson Date: Tue, 17 Oct 2017 12:20:02 +0000 (+0100) Subject: Revert safety check removal X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-live.git;a=commitdiff_plain;h=6efe0be58f0f829df3a2adc71c98ae4601f3b29b Revert safety check removal We are going to do this by adding overrides to source-info.txt Partially revert "compatibility with obsidian" This partially reverts commit 89de43f79c1a644669c3c00ba27157081ef29fcd. --- diff --git a/yarrg/yppedia-chart-parser b/yarrg/yppedia-chart-parser index 9cda849..52bd4f7 100755 --- a/yarrg/yppedia-chart-parser +++ b/yarrg/yppedia-chart-parser @@ -369,8 +369,7 @@ sub compare_island_lists () { if (!defined $wtarch) { error("island from chart not found on ocean page: $island"); } elsif (defined $wiarch and $wtarch ne $wiarch) { -# error("island in $wtarch on ocean page but". - warning("island in $wtarch on ocean page but". + error("island in $wtarch on ocean page but". " concluded $wiarch from chart: $island"); } }