Skip to content

Commit a3aa72c

Browse files
committed
Replace confusing variable name
1 parent 3e411f5 commit a3aa72c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ampel/ingest/ChainedIngestionHandler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,12 +622,12 @@ def ingest_point_t2s(self,
622622
stock_id: StockId,
623623
channel: ChannelId,
624624
ttl: None | timedelta,
625-
state_t2: list[T2Block],
625+
point_t2: list[T2Block],
626626
add_other_tag: None | MetaActivity = None,
627627
meta_extra: None | dict[str, Any] = None
628628
) -> None:
629629

630-
for t2b in state_t2:
630+
for t2b in point_t2:
631631

632632
# Filter group selection / veto
633633
if t2b.group and isinstance(fres, int) and fres not in t2b.group:

0 commit comments

Comments
 (0)