Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Mar 6, 2016
2 parents e282818 + 375b3cb commit 5775552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hansel/crumb.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def build_paths(self, values_map, make_crumbs=True):
else:
return [_build_path(self.path, arg_values=dict(val)) for val in values_map]

def ls(self, arg_name='', fullpath=True, make_crumbs=True, check_exists=False):
def ls(self, arg_name='', fullpath=True, make_crumbs=True, check_exists=True):
""" Return the list of values for the argument crumb `arg_name`.
This will also unfold any other argument crumb that appears before in the
path.
Expand Down

0 comments on commit 5775552

Please sign in to comment.