Skip to content

Commit

Permalink
Update checkpoint message again
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanmartim committed Nov 30, 2024
1 parent 32c38d4 commit 06451bf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,7 @@ async def run_block(self):
positions = sequence["positions"]
# Output checkpoint message
await self.checkpoint(
f"Starting sequence (short and long slews) {i+1}/{total_diamonds} "
f"at grid point (Az={az0}, El={el0})"
f"Starting sequence {i+1}/{total_diamonds} at grid point (Az={az0}, El={el0})"
)
total_positions = len(positions)
for j, (az, el) in enumerate(positions, start=1):
Expand Down

0 comments on commit 06451bf

Please sign in to comment.