a raw zone file can be returned

This commit is contained in:
Jude Nelson
2018-10-27 17:15:38 -04:00
parent 7719f362f5
commit 58fb4c42ea

View File

@@ -130,7 +130,7 @@ def scenario( wallets, **kw ):
return False
else:
if 'zonefile' not in res or 'error' not in res['zonefile']:
if 'zonefile' not in res:
print res
return False