Merge pull request #141 from CGenie/cgenie/syntax-fixes

Fix wrong variable in riaks.py
This commit is contained in:
Jędrzej Nowak 2015-09-10 12:39:56 +02:00
commit 10ca8ea2c6

View File

@ -73,7 +73,7 @@ def setup_riak():
local_errors = validation.validate_resource(r)
if local_errors:
has_errors = True
print 'ERROR: %s: %s' % (r.name, errors)
print 'ERROR: %s: %s' % (r.name, local_errors)
if has_errors:
print "ERRORS"