Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Jun 5, 2023
1 parent 758ca41 commit cc762aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datalad_next/iter_collections/gitworktree.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class GitWorktreeFileSystemItem(FileSystemItem):

lsfiles_untracked_args = {
'all':
('--exclude-standard', '--others',),
('--exclude-standard', '--others'),
'whole-dir':
('--exclude-standard', '--others', '--directory'),
'no-empty-dir':
Expand Down Expand Up @@ -174,7 +174,6 @@ def iter_gitworktree(
yield item
else:
yield item
pending_item = None

if ipath is None:
# this is the trailing `None` record. we are done here
Expand Down

0 comments on commit cc762aa

Please sign in to comment.