Skip to content

Commit a0e0df2

Browse files
committed
Remove unused variable
1 parent 94605f1 commit a0e0df2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/protocols/nfs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def get_file(self):
276276
# Get the file handle and file size
277277
dir_data = self.nfs3.lookup(dir_handle, file_name, auth=self.auth)
278278
file_handle = dir_data["resok"]["object"]["data"]
279-
file_size = dir_data["resok"]["obj_attributes"]["attributes"]["size"]
280279

281280
# Handle files over the default chunk size of 1024 * 1024
282281
offset = 0

0 commit comments

Comments
 (0)