From 754e2ae1fe6e63eab108b94becba5a0af7bd5591 Mon Sep 17 00:00:00 2001 From: Jie Kang Date: Thu, 28 Nov 2024 14:29:39 -0500 Subject: [PATCH] Remove comment that does not apply to current code --- scripts/disabled_tests/exclude_parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/disabled_tests/exclude_parser.py b/scripts/disabled_tests/exclude_parser.py index 4ca96c3f42..39364ecabf 100644 --- a/scripts/disabled_tests/exclude_parser.py +++ b/scripts/disabled_tests/exclude_parser.py @@ -268,7 +268,6 @@ def main(): if args.verbose: LOG.setLevel(logging.DEBUG) - # if the dir containing the exclude ProblemList*.txt is not passed, the attempt to use openjdk/excludes/ dir instead if args.exclude_dir: LOG.debug("Taking file list from directory") exclude_files = [os.path.join(args.exclude_dir, f) for f in os.listdir(args.exclude_dir) if os.path.isfile(os.path.join(args.exclude_dir, f))]