isort the repo
This commit is contained in:
parent
604170f133
commit
92cca7f396
4 changed files with 6 additions and 8 deletions
|
@ -2,6 +2,7 @@ from os import environ
|
|||
|
||||
from bundlewrap.exceptions import SkipNode
|
||||
|
||||
|
||||
def node_apply_start(repo, node, interactive=False, **kwargs):
|
||||
if environ.get('BW_VAULT_DUMMY_MODE') or environ.get('BW_PASS_DUMMY_MODE'):
|
||||
raise SkipNode('refusing apply because dummy mode is active')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue