Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Mar 16, 2024
1 parent a3a2679 commit a5f817f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bnpm/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ def get_fileProperties(self, paths, error_on_missing=False):

def hierarchical_folderSizes(self, directory='.'):
"""
Makes a hierarchical list of lists containing the
Makes a hierarchical dict of dicts containing the
directory tree structure and sizes of each folder.
Args:
sftp (paramiko.SFTPClient):
Expand Down Expand Up @@ -892,7 +892,7 @@ def get(
prefetch=False,
callback=None,
prog_bar=True,
):
):
"""
Get a file from the remote host.
Uses a fancy class to do the downloading. It doesn't slow
Expand Down

0 comments on commit a5f817f

Please sign in to comment.