Skip to content

Commit fd62a25

Browse files
committed
Added a missing variable initialization.
- Legacy-Id: 15925
1 parent 9e062ec commit fd62a25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/utils/test_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ def interleaved_migrations_test(self):
445445
unreleased.append((node, op, nm))
446446
# gather the transitions in operation types. We'll allow 1
447447
# transition, but not 2 or more.
448+
s = 0
448449
for s in range(len(unreleased)):
449450
# ignore leading data migrations, they run with the production
450451
# schema so can take any time they like

0 commit comments

Comments
 (0)