From 8a67085f0e0f2dc3425aecebe240245a9f5c3f45 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 5 Nov 2020 09:24:23 -0700 Subject: [PR #3821] fix editing error Signed-off-by: Mats Wichmann --- runtest.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'runtest.py') diff --git a/runtest.py b/runtest.py index 95dfbb17f..2771bf2a1 100755 --- a/runtest.py +++ b/runtest.py @@ -15,7 +15,6 @@ performs test discovery and processes tests according to options. """ import argparse -import functools import glob import os import re @@ -162,7 +161,6 @@ if args.excludelistfile: args.testlistfile = p.resolve() else: args.testlistfile = p.resolve(strict=True) - args.excludelistfile = p.myresolve() except FileNotFoundError: sys.stderr.write( parser.format_usage() -- cgit v1.2.1