return None on programmed failure

This commit is contained in:
Jude Nelson
2017-06-15 22:23:11 -04:00
parent 9c88cb3420
commit 9733be1cf4

View File

@@ -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