aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-12-10 08:36:10 -0500
committerJack Lloyd <[email protected]>2019-12-10 08:36:10 -0500
commit27bfea4261328d055ac0ecc41f8fbe151cdd6e17 (patch)
treefb886dc1bcfe18d7d042ad59478e0f305376fe46
parent899893109f6416a9c5c7fe35818f99f48a004aa9 (diff)
Silence pylint warning
-rwxr-xr-xsrc/scripts/test_cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/test_cli.py b/src/scripts/test_cli.py
index fcf5d5018..fd9058f54 100755
--- a/src/scripts/test_cli.py
+++ b/src/scripts/test_cli.py
@@ -1226,7 +1226,7 @@ def run_test(fn_name, fn):
logging.info("Ran %s in %.02f sec", fn_name, end-start)
def main(args=None):
- # pylint: disable=too-many-branches
+ # pylint: disable=too-many-branches,too-many-locals
if args is None:
args = sys.argv