Skip to content

Commit 739af8b

Browse files
committed
Fix typo in fileutils.py
1 parent 0a08a8f commit 739af8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/watts/fileutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def run(args):
9696
https://stackoverflow.com/a/7730201
9797
"""
9898
# Windows doesn't support select.select and fcntl module so just default to
99-
# using subprocess.run. In this case, show_output/show_stderr won't work.
99+
# using subprocess.run. In this case, show_stdout/show_stderr won't work.
100100
if sys.platform == 'win32':
101101
subprocess.run(args)
102102
return

0 commit comments

Comments
 (0)