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

Manager.plan_outputs

This commit is contained in:
Ross McFarland
2017-12-02 10:37:19 -08:00
parent b72fba3e35
commit 31e6f99df6
2 changed files with 5 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class PlanLogger(object):
self.log = log
self.level = level
def output(self, plans):
def run(self, plans):
hr = '*************************************************************' \
'*******************\n'
buf = StringIO()