Skip to content

Commit

Permalink
add path_preparer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kjaymiller committed Aug 23, 2019
1 parent 497cdf7 commit 426184c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions render_engine/path_preparer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
def directory_path(path, base_path='./'):
base_path = Path(base_path)
return base_path.joinpath(path)

0 comments on commit 426184c

Please sign in to comment.