Merge pull request #141 from CGenie/cgenie/syntax-fixes
Fix wrong variable in riaks.py
This commit is contained in:
commit
10ca8ea2c6
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user