1812
1811
or result[7][0] != result[7][1] # executable
1817
1817
if want_unversioned and not path_handled:
1819
1819
stat.S_ISREG(root_dir_info[3].st_mode)
1820
1820
and stat.S_IEXEC & root_dir_info[3].st_mode)
1821
yield (None, current_root, True, (False, False), (None, None),
1821
yield (None, (None, current_root), True, (False, False),
1822
1823
(None, splitpath(current_root)[-1]),
1823
1824
(None, root_dir_info[2]), (None, new_executable))
1824
1825
dir_iterator = osutils._walkdirs_utf8(root_abspath, prefix=current_root)