From 6efe0be58f0f829df3a2adc71c98ae4601f3b29b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 17 Oct 2017 13:20:02 +0100 Subject: [PATCH 1/1] 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. --- yarrg/yppedia-chart-parser | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"); } } -- 2.30.2