1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Fix coverage issue

This commit is contained in:
Jonathan Leroy
2020-10-31 23:26:27 +01:00
parent fbfa46fbcc
commit d3be3be734

View File

@@ -473,7 +473,7 @@ class Manager(object):
raise ManagerException('Invalid alias zone {}: '
'source zone {} does not exist'
.format(zone_name, source_zone))
continue
continue # pragma: no cover, see Python bug #2506.
try:
sources = config['sources']