Skip to content

Commit

Permalink
remove stray file
Browse files Browse the repository at this point in the history
  • Loading branch information
savingoyal committed Sep 11, 2023
1 parent 2355ff2 commit f0a83c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metaflow/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ def which(cmd, mode=os.F_OK | os.X_OK, path=None):

return w(cmd, mode, path)
except ImportError:

def _access_check(fn, mode):
return os.path.exists(fn) and os.access(fn, mode) and not os.path.isdir(fn)

Expand Down

0 comments on commit f0a83c1

Please sign in to comment.