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:
@@ -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']
|
||||
|
Reference in New Issue
Block a user