Oops, turn the sandbox back on!

This commit is contained in:
David Given
2025-10-03 22:27:02 +02:00
parent ee585b24f0
commit a988578cc7

View File

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