Skip to content

Commit

Permalink
fixing a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
umfranci committed Feb 4, 2025
1 parent a6a30e7 commit 1816131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/testsuite.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def start(
log=case_log,
)

nodes = self.environment.nodes
nodes = environment.nodes
for node in nodes.list():
dmesg_check_result = node.exec_check_dmesg_oops()
if dmesg_check_result:
Expand Down

0 comments on commit 1816131

Please sign in to comment.