Skip to content

Commit 47f3aa6

Browse files
committed
Make pylint happy
1 parent 7b215f2 commit 47f3aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exec_helpers/_ssh_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1886,8 +1886,8 @@ def exists(self, path: SupportPathT) -> bool:
18861886
self._sftp.lstat(pathlib.PurePath(path).as_posix())
18871887
except OSError:
18881888
return False
1889-
else:
1890-
return True
1889+
1890+
return True
18911891

18921892
def stat(self, path: SupportPathT) -> paramiko.sftp_attr.SFTPAttributes:
18931893
"""Get stat info for path with following symlinks.

0 commit comments

Comments
 (0)