Skip to content

Commit

Permalink
Merge pull request #128 from lsst-ts/tickets/DM-39795
Browse files Browse the repository at this point in the history
Tickets/dm 39795
  • Loading branch information
tribeiro authored Jun 28, 2023
2 parents ab5facc + 000801f commit f005fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/version_history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Version History

v1.24.0
-------

* Patch ``base_block_script.py`` to add ``test_case`` attribute.
* Add new ``maintel/m1m3/enable_m1m3_balance_system.py`` and ``maintel/m1m3/disable_m1m3_balance_system.py`` sal scripts and associated files.

v1.23.1
Expand Down
2 changes: 2 additions & 0 deletions python/lsst/ts/standardscripts/base_block_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def __init__(self, index: int, descr: str, help: str = "") -> None:
self.obs_id = None
self.checkpoint_message = None

self.test_case = None

# Index generator.
self.step_counter = None

Expand Down

0 comments on commit f005fd1

Please sign in to comment.