mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-06-02 06:09:53 +08:00
return None on programmed failure
This commit is contained in:
@@ -257,7 +257,7 @@ def get_mutable_handler( url, **kw ):
|
||||
blockchain_id = kw.get('fqu')
|
||||
|
||||
if os.environ.get('BLOCKSTACK_INTEGRATION_TEST_STORAGE_FAILURE') == '1':
|
||||
return False
|
||||
return None
|
||||
|
||||
if not url.startswith("test://"):
|
||||
# invalid
|
||||
|
||||
Reference in New Issue
Block a user