Skip to content

Commit 105e48f

Browse files
committed
Run lints
1 parent bf19a22 commit 105e48f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/test/API/commands/statistics/basic/TestStats.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -857,10 +857,10 @@ def test_transcript_warning_when_disabled(self):
857857
self.build()
858858
exe = self.getBuildArtifact("a.out")
859859
target = self.createTestTarget(file_path=exe)
860-
860+
861861
# Ensure transcript saving is disabled (this is the default)
862862
self.runCmd("settings set interpreter.save-transcript false")
863-
863+
864864
# Request transcript in statistics dump and check for warning
865865
interpreter = self.dbg.GetCommandInterpreter()
866866
res = lldb.SBCommandReturnObject()
@@ -870,7 +870,7 @@ def test_transcript_warning_when_disabled(self):
870870
self.assertIn(
871871
"transcript requested but none was saved. Enable with "
872872
"'settings set interpreter.save-transcript true'",
873-
res.GetError()
873+
res.GetError(),
874874
)
875875

876876
def verify_stats(self, stats, expectation, options):

0 commit comments

Comments
 (0)