mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-24 11:11:02 -07:00
Oops, turn the sandbox back on!
This commit is contained in:
@@ -559,7 +559,7 @@ def emit_rule(self, ins, outs, cmds=[], label=None):
|
||||
os.makedirs(self.dir, exist_ok=True)
|
||||
rule = []
|
||||
|
||||
if G.AB_NO_SANDBOX:
|
||||
if not G.AB_NO_SANDBOX:
|
||||
sandbox = join(self.dir, "sandbox")
|
||||
emit(f"rm -rf {sandbox}", into=rule)
|
||||
emit(
|
||||
|
||||
Reference in New Issue
Block a user