mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
simple typo fix
This commit is contained in:
@@ -372,7 +372,7 @@ def getinfo(proxy=None):
|
||||
old_resp = resp
|
||||
resp = json_validate( schema, resp )
|
||||
if json_is_error(resp):
|
||||
if BLOCKSTACKT_TEST:
|
||||
if BLOCKSTACK_TEST:
|
||||
log.debug("invalid response: {}".format(old_resp))
|
||||
return resp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user