Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 28, 2023
1 parent 53ced31 commit 4749b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/background_jobs/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def run_job_on_machine(self, msg: MQTTMessage) -> None:
options["experiment"] = whoami._get_latest_experiment_name() # techdebt
Thread(
target=utils.boolean_retry,
args=(led_intensity, (state, options)),
args=(led_intensity, (state,), options),
).start()

elif job_name in (
Expand Down

0 comments on commit 4749b63

Please sign in to comment.