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

Fixes linting issue

This commit is contained in:
Jonathan Leroy
2020-10-31 23:32:20 +01:00
parent d3be3be734
commit e524d69f63

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 # pragma: no cover, see Python bug #2506.
continue # pragma: no cover, see Python bug #2506.
try:
sources = config['sources']