Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
remove indendation in response to ezhov-evgeny#89
  • Loading branch information
yeus committed Jan 4, 2022
1 parent 2006a4f commit 88da07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdav3/client.py
Expand Up @@ -896,7 +896,7 @@ def prune(src, exp):
continue
self.upload_file(remote_path=remote_path, local_path=local_path)
updated = True
return updated
return updated

def pull(self, remote_directory, local_directory):
def prune(src, exp):
Expand Down

0 comments on commit 88da07e

Please sign in to comment.