Skip to content

Commit

Permalink
Add return
Browse files Browse the repository at this point in the history
  • Loading branch information
Eden-D-Zhang committed Jan 30, 2025
1 parent 325778f commit c09bfbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def main(argv: typing.List[str]) -> int:
])
else:
logger.error(f"Unsupported subcommand: `{parsed_args.del_subcommand}`.")
return -1
elif FIND_COMMAND == subcommand:
assert begin_timestamp is not None, "begin_timestamp is None."
archive_manager_cmd.extend([BEGIN_TS_ARG, str(begin_timestamp)])
Expand Down

0 comments on commit c09bfbe

Please sign in to comment.