Skip to content

Commit

Permalink
add access to remote dir for bundle object (#207)
Browse files Browse the repository at this point in the history
Co-authored-by: Ken Yocum <ken_yocum@intuit.com>
  • Loading branch information
kyocum and Ken Yocum authored Apr 23, 2024
1 parent 44be800 commit 5f00398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions disdat/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ def creation_date(self):
def local_dir(self):
return self._local_dir

@property
def remote_dir(self):
return self._remote_dir

@property
def tags(self):
"""Return the tags that the user set
Expand Down

0 comments on commit 5f00398

Please sign in to comment.