Skip to content

Commit f101314

Browse files
author
Catherine Lee
committed
typo
1 parent 45ada88 commit f101314

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

torch/testing/_internal/common_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ def wait_for_process(p):
592592
# Always call p.wait() to ensure exit
593593
p.wait()
594594

595-
def shell(command, cwd=None, env=None, stdout=None, stderr=None, timeout=None):
595+
def shell(command, cwd=None, env=None, stdout=None, stderr=None):
596596
sys.stdout.flush()
597597
sys.stderr.flush()
598598
# The following cool snippet is copied from Py3 core library subprocess.call

0 commit comments

Comments
 (0)