Skip to content

Commit d728dbd

Browse files
committed
Respect debug in buildbot-effects and running bwrap
1 parent cfc6f7f commit d728dbd

File tree

1 file changed

+1
-1
lines changed
  • buildbot_effects/buildbot_effects

1 file changed

+1
-1
lines changed

buildbot_effects/buildbot_effects/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def run_command(args: argparse.Namespace, options: EffectsOptions) -> None:
2121
drv = next(iter(drvs.values()))
2222

2323
secrets = json.loads(options.secrets.read_text()) if options.secrets else {}
24-
run_effects(drv_path, drv, secrets=secrets)
24+
run_effects(drv_path, drv, secrets=secrets, debug=args.debug)
2525

2626

2727
def run_all_command(args: argparse.Namespace, options: EffectsOptions) -> None:

0 commit comments

Comments
 (0)