tree: pep8 + linter fixes
For some reasons I forgot to fix those in the previous runs. Fix a linter and pep8 warning. Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
parent
f3033dd579
commit
2d6d902428
3 changed files with 5 additions and 2 deletions
|
|
@ -81,6 +81,7 @@ def symlink_diff(name, dir_fd1, dir_fd2, path, differences):
|
|||
props["symlink"] = [os.fsdecode(target1), os.fsdecode(target2)]
|
||||
|
||||
|
||||
# pylint: disable=too-many-branches
|
||||
def diff_aux(dir_fd1, dir_fd2, path, report):
|
||||
entries1 = set()
|
||||
with os.scandir(dir_fd1) as it:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue