We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d21baf commit ffad219Copy full SHA for ffad219
1 file changed
packages/robot/src/robotcode/robot/utils/robot_path.py
@@ -66,4 +66,4 @@ def _find_relative_path(
66
67
def _is_valid_file(path: Union[Path, "PathLike[str]", str]) -> bool:
68
path = Path(path)
69
- return path.is_file() or (path.is_dir() and Path(path, "__init__.py").is_fifo())
+ return path.is_file() or (path.is_dir() and Path(path, "__init__.py").is_file())
0 commit comments