Skip to content

Commit

Permalink
Make abort-exposures unique
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed May 29, 2024
1 parent 771c0e3 commit 163348a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hal/actor/commands/abort_exposures.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

from typing import TYPE_CHECKING

from clu.parsers.click import unique

from . import hal_command_parser


Expand All @@ -24,6 +26,7 @@


@hal_command_parser.command(name="abort-exposures")
@unique()
async def abort_exposures(command: HALCommandType):
"""Aborts ongoing exposures.."""

Expand Down

0 comments on commit 163348a

Please sign in to comment.