Skip to content

Commit c2eb332

Browse files
[lldb][dotest] use unused variable (#169903)
1 parent 207627f commit c2eb332

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lldb/packages/Python/lldbsuite/test/dotest.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,11 +1108,7 @@ def run_suite():
11081108
checkDAPSupport()
11091109

11101110
skipped_categories_list = ", ".join(configuration.skip_categories)
1111-
print(
1112-
"Skipping the following test categories: {}".format(
1113-
configuration.skip_categories
1114-
)
1115-
)
1111+
print(f"Skipping the following test categories: {skipped_categories_list}")
11161112

11171113
for testdir in configuration.testdirs:
11181114
for dirpath, dirnames, filenames in os.walk(testdir):

0 commit comments

Comments
 (0)