Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaoli committed Dec 3, 2024
1 parent 7bb0bc8 commit 600905a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobly/suite_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class is found, search in the module that is calling
stacks = inspect.stack()
if len(stacks) < 2:
logging.debug(
f'Failed to get the caller stack of run_suite_class. Got stacks: %s',
'Failed to get the caller stack of run_suite_class. Got stacks: %s',
stacks,
)
else:
Expand Down

0 comments on commit 600905a

Please sign in to comment.