Skip to content

Commit

Permalink
Fix action def
Browse files Browse the repository at this point in the history
  • Loading branch information
odcambc committed Jun 18, 2023
1 parent 3dc8e39 commit e269a55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pioreactor/cli/pio.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,9 @@ def update_firmware(version: Optional[str]) -> None:
run.add_command(actions.stirring_calibration.click_stirring_calibration)
run.add_command(actions.pump_calibration.click_pump_calibration)
run.add_command(actions.od_calibration.click_od_calibration)
run.add_command(actions.click_od_calibration_from_standards.click_od_calibration)
run.add_command(
actions.od_calibration_from_standards.click_od_calibration_from_standards
)

# TODO: this only adds to `pio run` - what if users want to add a high level command? Examples?
for plugin in pioreactor.plugin_management.get_plugins().values():
Expand Down

0 comments on commit e269a55

Please sign in to comment.