Skip to content

Commit f95b935

Browse files
authored
Renamed get file dispay name
Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
1 parent 74d7d07 commit f95b935

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/nfs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def list_exported_shares(self, max_uid, shares):
271271
def get_file_single(self, remote_file, local_file):
272272
local_file_path = local_file
273273
remote_file_path = remote_file
274-
self.logger.display(f"Downloading {local_file_path} to {remote_file_path}")
274+
self.logger.display(f"Downloading {remote_file_path} to {local_file_path}")
275275
try:
276276
# Connect to NFS
277277
nfs_port = self.portmap.getport(NFS_PROGRAM, NFS_V3)

0 commit comments

Comments
 (0)