Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
tulvgengenr committed Feb 28, 2023
1 parent 320b5a5 commit 5f9b874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filequeue.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def add_all_to_queue(self, sourcepath, max_depth) -> int:
'''
Add files to queue in recursive form
@param sourcepath: source path
@
@param max_depth: max depth of recursion
@return: size of queue
'''
self.__add_file_to_queue(
Expand Down

0 comments on commit 5f9b874

Please sign in to comment.