Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions slot_change_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def stream(args):
last_value = None
last_leaf = None
changes = 0
if args.max_changes == 0 and not args.quiet:
print("ℹ️ max_changes=0 (unlimited changes; script will run until interrupted).", file=sys.stderr)
if args.start is not None and args.start > tip: print(f"⚠️ start block {args.start} > tip {tip}; using tip instead."); current = tip

# Start from either user-specified block or tip
Expand Down