Skip to content

Commit

Permalink
fix issue odwyersoftware#27
Browse files Browse the repository at this point in the history
  • Loading branch information
guibsonmoura committed Jun 7, 2022
1 parent c27d837 commit 3c83c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mega/mega.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ def _download_file(self,
file_mac[2] ^ file_mac[3]) != meta_mac:
raise ValueError('Mismatched mac')
output_path = Path(dest_path + file_name)
temp_output_file.close()

This comment has been minimized.

Copy link
@researcher48

researcher48 Mar 13, 2024

perefect

shutil.move(temp_output_file.name, output_path)
return output_path

Expand Down

0 comments on commit 3c83c18

Please sign in to comment.