This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
processor should use id not name
pull/1061/head
Ross McFarland
2 years ago
parent
e61363b910
commit
00cbf2e136
No known key found for this signature in database
GPG Key ID:
943B179E15D3B22A
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
octodns/processor/base.py
+ 2
- 1
octodns/processor/base.py
View File
@ -9,7 +9,8 @@ class ProcessorException(Exception):
class
BaseProcessor
(
object
)
:
def
__init__
(
self
,
name
)
:
self
.
name
=
name
# TODO: name is DEPRECATED, remove in 2.0
self
.
id
=
self
.
name
=
name
def
process_source_zone
(
self
,
desired
,
sources
)
:
'''
Write
Preview
Loading…
Cancel
Save