Skip to content

Commit

Permalink
Update dav_provider.py
Browse files Browse the repository at this point in the history
Close #301
  • Loading branch information
mar10 committed Nov 18, 2023
1 parent 2acd51d commit 36fecad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions wsgidav/dav_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ def get_last_modified(self):
"""
return None

def is_link(self):
return False

def set_last_modified(self, dest_path, time_stamp, *, dry_run):
"""Set last modified time for destPath to timeStamp on epoch-format"""
raise NotImplementedError
Expand Down

0 comments on commit 36fecad

Please sign in to comment.