Added a missing variable initialization.
- Legacy-Id: 15925
This commit is contained in:
parent
9e062ece84
commit
fd62a25f4e
|
@ -445,6 +445,7 @@ class CoverageTest(unittest.TestCase):
|
|||
unreleased.append((node, op, nm))
|
||||
# gather the transitions in operation types. We'll allow 1
|
||||
# transition, but not 2 or more.
|
||||
s = 0
|
||||
for s in range(len(unreleased)):
|
||||
# ignore leading data migrations, they run with the production
|
||||
# schema so can take any time they like
|
||||
|
|
Loading…
Reference in a new issue