Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
przadka committed Apr 28, 2023
1 parent eca7879 commit 7d76e4f
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions b2sdk/scan/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,15 +213,7 @@ def is_ancestor_directory(potential_ancestor, dir):
[potential_ancestor, dir]
)


# slocal_dir = fix_windows_path_limit(local_dir)
#
# if not starting_dir is None:
# starting_dir = fix_windows_path_limit(starting_dir)
#
# relative_dir_path = fix_windows_path_limit(relative_dir_path)

#FIXME should i contruct starting_dir dynamically based on relative_dir_path and local_dir?
#FIXME should i contruct starting_dir dynamically based on relative_dir_path and local_dir?

if not isinstance(local_dir, str):
raise ValueError('folder path should be unicode: %s' % repr(local_dir))
Expand Down

0 comments on commit 7d76e4f

Please sign in to comment.