Skip to content

Commit

Permalink
Update assert to cope with database updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Bishop committed Nov 2, 2020
1 parent fb431f2 commit c36aa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen_tzinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit c36aa69

Please sign in to comment.