Skip to content

Commit

Permalink
auxtel_latiss_take_sequence.py is a Standard script.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovill committed Mar 27, 2024
1 parent 837e1ea commit 0511eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AuxTelLatissTakeSequence(BaseScript):
index: int = 2
configs: tuple = ([],)
scripts: list = [
("auxtel/latiss_take_sequence.py", BaseScript.is_external),
("auxtel/latiss_take_sequence.py", BaseScript.is_standard),
]

def __init__(self, sequence: str) -> None:
Expand Down

0 comments on commit 0511eed

Please sign in to comment.