Skip to content

Commit 1958c4c

Browse files
mstonh13
andauthored
Update fgpyo/io/__init__.py
Co-authored-by: Nils Homer <[email protected]>
1 parent d28bd13 commit 1958c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgpyo/io/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def assert_path_is_readable(path: Path) -> None:
7474
"""
7575
# stdin is readable
7676
if path == Path("/dev/stdin"):
77-
return
77+
return None
7878

7979
assert path.exists(), f"Cannot read non-existent path: {path}"
8080
assert path.is_file(), f"Cannot read path becasue it is not a file: {path}"

0 commit comments

Comments
 (0)