Skip to content

Commit

Permalink
Remove completed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zwimer committed Jun 29, 2024
1 parent 202cd17 commit 519d95f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion rpipe/server/save_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def save(dir_: Path):
Save the program state
Do not call this unless the server is shutdown!
"""
# TODO: save TOD
if not shutdown:
raise RuntimeError("Do save state before shutdown")
_log.debug("Purging old program state...")
Expand Down
2 changes: 1 addition & 1 deletion rpipe/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import annotations


__version__: str = "6.3.0" # Must be "<major>.<minor>.<patch>", all numbers
__version__: str = "6.3.1" # Must be "<major>.<minor>.<patch>", all numbers


class Version:
Expand Down

0 comments on commit 519d95f

Please sign in to comment.