Skip to content

Commit

Permalink
Update nested-pdf-merge.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nimaid committed Jul 2, 2020
1 parent 2dbeee5 commit e92e4b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nested-pdf-merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ def sorted_walk(top, topdown=True, onerror=None):
if not topdown:
yield top, dirs, nondirs


#TODO: Put images before folders if they come first alphabetically
#TODO: Currently, not...
def get_directory_structure(rootdir):
# Creates a nested ordered dictionary that represents the folder structure of rootdir
# Keys are added in alphebetical order, recursively
Expand Down

0 comments on commit e92e4b1

Please sign in to comment.