Skip to content

Commit c780d68

Browse files
Apply suggestion from @sentry-warden[bot]
Co-authored-by: sentry-warden[bot] <258096371+sentry-warden[bot]@users.noreply.github.com>
1 parent 461042e commit c780d68

File tree

1 file changed

+2
-1
lines changed
  • src/sentry/runner/commands

1 file changed

+2
-1
lines changed

src/sentry/runner/commands/run.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ def run_taskworker(
245245
health_check_file_path=health_check_file_path,
246246
health_check_sec_per_touch=health_check_sec_per_touch,
247247
grpc_port=worker_rpc_port,
248-
push_mode=push_mode**options,
248+
push_mode=push_mode,
249+
**options,
249250
)
250251
exitcode = worker.start()
251252
raise SystemExit(exitcode)

0 commit comments

Comments
 (0)