From fd62a25f4e1d916846d6fb47fc0af13341828904 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Mon, 4 Feb 2019 11:26:29 +0000 Subject: [PATCH] Added a missing variable initialization. - Legacy-Id: 15925 --- ietf/utils/test_runner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ietf/utils/test_runner.py b/ietf/utils/test_runner.py index 1ca9e94be..8bd818ce1 100644 --- a/ietf/utils/test_runner.py +++ b/ietf/utils/test_runner.py @@ -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