From c36aa69f3367879b3f14d75298a6ee71d5bffe01 Mon Sep 17 00:00:00 2001 From: Stuart Bishop Date: Mon, 2 Nov 2020 03:46:53 +0000 Subject: Update assert to cope with database updates --- gen_tzinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_tzinfo.py b/gen_tzinfo.py index 5c0066c..02b9d56 100644 --- a/gen_tzinfo.py +++ b/gen_tzinfo.py @@ -62,7 +62,7 @@ def links(): l[old_name] = new_name else: assert not line.startswith('Link'), line - assert 'US/Pacific-New' in l, 'US/Pacific-New should be in links()' + assert 'Portugal' in l, 'Portugal should be in links()' return l -- cgit v1.2.1