Skip to content

Commit

Permalink
Update dem2basin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardestylewis committed Nov 4, 2021
1 parent ed5239d commit b29a79d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dem2basin/dem2basin.py
Expand Up @@ -1059,7 +1059,7 @@ def find_and_append_subdirectory(

parent_directory = Path(str(
dem_tile_projects_parent_directory
)).joinpath(PurePath(str(project)))
)).joinpath(PurePath(str(project))

projects = find_subdirectory(
projects,
Expand Down Expand Up @@ -1089,7 +1089,7 @@ def find_subdirectory(

project_subdirectory = Path(str(
parent_directory
)).joinpath(str(subdirectory)))
)).joinpath(PurePath(str(subdirectory)))

if project_subdirectory.is_dir():
projects.append(project_subdirectory)
Expand Down

0 comments on commit b29a79d

Please sign in to comment.