Skip to content

Commit a81f055

Browse files
Marti Bolivarnashif
authored andcommitted
scripts: west: trivial fix to runner comments
Trivial fix to runner core.py. Signed-off-by: Marti Bolivar <[email protected]>
1 parent 367c0ba commit a81f055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/meta/west/runner/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ def run_server_and_client(self, server, client):
400400
def check_call(self, cmd):
401401
'''Subclass subprocess.check_call() wrapper.
402402
403-
Subclasses should use this command to run command in a
403+
Subclasses should use this method to run command in a
404404
subprocess and check that it executed correctly, rather than
405405
using subprocess directly, to keep accurate debug logs.
406406
'''
@@ -420,7 +420,7 @@ def check_call(self, cmd):
420420
def check_output(self, cmd):
421421
'''Subclass subprocess.check_output() wrapper.
422422
423-
Subclasses should use this command to run command in a
423+
Subclasses should use this method to run command in a
424424
subprocess and check that it executed correctly, rather than
425425
using subprocess directly, to keep accurate debug logs.
426426
'''

0 commit comments

Comments
 (0)