Skip to content

Commit

Permalink
Remove comment that does not apply to current code
Browse files Browse the repository at this point in the history
  • Loading branch information
jiekang committed Nov 28, 2024
1 parent d99ef63 commit 754e2ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/disabled_tests/exclude_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit 754e2ae

Please sign in to comment.