We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1b1bb commit 3bdafb5Copy full SHA for 3bdafb5
lib/fdiff/utils.py
@@ -7,7 +7,7 @@
7
8
def file_exists(path):
9
"""Validates file path as existing local file"""
10
- return os.path.isfile(path)
+ return os.path.exists(path)
11
12
13
def get_file_modtime(path):
0 commit comments