Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 9, 2017
1 parent 02accb5 commit be36d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/walk.py
Expand Up @@ -388,6 +388,7 @@ def _walk_depth(self, fs, path, namespaces=None):
# No recursion!

def scan(path):
"""Perform scan."""
return self._scan(fs, path, namespaces=namespaces)

depth = self._calculate_depth(path)
Expand Down

0 comments on commit be36d32

Please sign in to comment.